exuvo

Results 23 comments of exuvo

The only case i have seen with that little data written was due to not using sensible block sizes when writing the data. Example chaining tar to mbuffers but not...

As far as i know a LTO drive does not expose commands for erasing the servo tracks so that is never a valid consideration.

From what i remember the performance impact was small. The engine did not add any own listeners. I was running thousands of ticks per second and was trying to squeeze...

I did some tests with DB on disk, JournalMode WAL and MEMORY, FOREIGN_KEYS=true (but had none), SYNCHRONOUS=OFF. NOMUTEX made no difference for concurrent (5 connections) inserts or reads to 1...

Maybe i need to test with multiple tables then, might be some other locking going on there.

On a related note: Is it possible to change coordinate space mid frame? I would like to use TEXEL_SPACE_CENTERED when rendering the game world but use TEXEL_SPACE when rendering the...

Ok, if it can't be done mid frame i'll have to go the RenderTargetTexture path instead then or always use TEXEL_SPACE and manually offset the game world rendering. -edit- Actually...

@gamephysics take a look at https://github.com/greg7mdp/gtl 's btree_multimap if that fits your needs.

I am not getting this issue at all. Tested different filetypes and opening commit window from both package explorer and synchronize.

I just updated my eclipse from 4.7.3a to 2018-12 (4.10.0) 20181214-0600 on windows 7 and I am getting the same error with the default focus in the commit window being...