Jesper Louis Andersen
Jesper Louis Andersen
There are a couple of wildcard calls in the model. These are quite bad when you have internal calls, so consider some wildcard elimination runs.
We could opt for using summation and processing with better numerical stability.
The best bet is our bootstrap-resampling is hosed, which we can fix by improving on it. The current state is that it is too naive, and there are better approaches...
Our current Bootstrapping method is rather weak and simple. It can be improved a lot by doing what Bryan O'Sullivan is doing in his Haskell Criterion library.
Currently, when running `make test` we are failing to run them properly. Investigate why and fix this.
This issue have two main tasks. One is to support the partial downloading of files inside a torrent. The other is to support the extension so you can tell other...
Make sure we sanity-check all URI's requested so they don't open up eventual security holes in our end. Just create a very tight white-list of what may be allowed.
We need a way to instrument the code that is better than what we currently have. One way is to embed folsom and then use that application to extract information...
This is a fairly important BEP, as I would like IPv6 support to be there quickly.