Kaspar Fischer
Kaspar Fischer
I am trying to use ScalaBuff in a [Spray](http://spray.io) application. The marshalling of messages to Protobuf works like a charm using ScalaBuff: ``` object ProtobufProtocols { val ProtobufMediaType = MediaTypes.register(MediaType.custom("application",...
Currently, the benchmark on the project front page uses points coming from a sphere, which is a hard case for the algorithm. The performance on "normal" point sets is much...
Include the Java version in the benchmark on the project page.
Write a simple test suite that checks the basic behaviour. The code to generate (some) "critical" point set configurations is already there (see `test` directory) and there are a few...
Port the code to Java. Vote on this issue if you are interested in a Java implementation of the algorithm.
The test case `test_schnarz` in `MiniballTest.java` fails with an exception in case `Miniball.Eps` is `1.0e-14` (the current setting). What can we do about this?
On the Java side, we can use JMH's `Runner` to define a `main` method that you can call. This makes it very easy to: - Define per-benchmark settings (`forks`, `jvmArgs`,...
First of all, thanks a lot for providing this library, I find it very useful. Is there any chance that a version for Scala 2.10.0 might be made available in...