Konstantin Vozniesiensky

Results 7 comments of Konstantin Vozniesiensky

I've already tried to run it with key_size = 4 bytes - same problem. I'm not proficient in D, but it seems easiest way to use low level storage engine...

sp_set and get instead of sp_setstring ? I'll try cpp version as well, do you test it on master, or particular version of sophiadb ?

that doesn't work for me.

Hello, I'm facing exactly the same issue - but I'm about to implement a workaround - write longs to ByteBuffer, then get AsIntBuffer and .array() for it. Then it can...

Could you please suggest an other workaround? I can think of splitting 64bits integers into groups with differences no larger than int32.MaxValue probably. It should be much simpler actually.

I repeatedly get compressed array larger than original, while compressing random integers. Tested with versions 0.1.5 and 0.1.6 for a number of codecs. For which of them the output size...