Timothy Blut

Results 6 comments of Timothy Blut

Is there any update on this? I'm currently using your excellent implementation for sparse grids. The problem is that sometimes I get an overflow exception, which unfortunately forces me to...

I'm using your default hash-function with values computed as follows: ``` uint32_t cellX = static_cast((point.x - bounds.min.x) / bounds.size.x * gridResolution); uint32_t cellY = static_cast((point.y - bounds.min.y) / bounds.size.y *...

I wrote you an email with the link to the minimal reproducer. I'm using Visual Studio 16.4.2 and only compile for 64 bit. Thanks!

Finally came around to trying your other hash function and it seems to work for all the datasets that I have. In my opinion, a fallback to a slower linear...

I get the same behavior when leaving `htop`, `nano` or using `clear` on build v7.9.0.0 when connecting to a Debian system.

I've tested this with version 8.0 and is still has the same issues. Additionally, this bug also appears when exiting or detaching a `screen` session.