Pekka Enberg
Pekka Enberg
@AlexPikalov ScyllaDB also support CQL v4. If you found something that's not working, we'd love to here about. From driver point of view, there should be no difference between Apache...
@AlexPikalov It does (except for bugs).
@daybyter I strongly recommend you have a look at [Philadelphia FIX engine](https://github.com/paritytrading/philadelphia), which is much more feature complete and probably faster too. /cc @jvirtanen
@nickos556 I'm able to process a similarly sized file, but I also have 32 GB of RAM. Could you please try reproducing with a debug build that enables AddressSanitizer? ```...
@nickos556 I ran `helix-trace` using [Massif](http://valgrind.org/docs/manual/ms-manual.html) and the peak memory usage is around 2.8 MiB for a 7.1 GiB ITCH 5.0 file. The memory usage increase you're seeing is an...
I renamed from OpenJDK to Hotspot. Hornet attempts to be a drop-in replacement for Hotspot with no modifications to the OpenJDK class libraries.
@xHyroM What's the other pull request? If you mean #955, why would I bundle the two completely independent fixes that were created at different times into the same pull request?...
No worries, @xHyroM!
@balazsorban44 Ping, I have just released a version of ChiselStrike with NextAuth integration (https://github.com/chiselstrike/chiselstrike/releases/tag/v0.10.0) but this pull request looks to have gone state. Please let us know what we need...
@MathieuBordere I can reproduce the problem locally. It does not look like `uvGetClient()` is the culprit (it can't return non-zero unless memory allocation fails AFAICT). Can you walk me through...