Anton Khodakivskiy

Results 5 issues of Anton Khodakivskiy

Using Activate 1.5-M4 Can also be reproduced with this example. Follow the steps to create database, and then just tun `sbt`, and then run twice `run` and `run`. First execution...

bug

My limited understanding of the Activate under the hood and some free time over the weekend resulted in this pull request. The idea is to allow users define context specific...

enhancement

Adding two features: - check value size associated with a given key without reading entire value from the disk. The size is stored in the memory index. - test if...

YTHO??? ``` HaloDB db = HaloDB.open(root.toFile, options); db.contains(key); ```

enhancement

I'm using Tyrus client to connect to multiple WebSocket servers (around 10 connections) in parallel. The servers publish a lot of messages (hundreds of millions of messages per day). At...