Sergey Makeev

Results 7 comments of Sergey Makeev

Thank you for this feedback. I'll take a look at this and I hope I'll make a fix soon.

Sorry guys, but due to a few recent GitHub "email storms", most of the emails from GitHub end up in the spam folder. I plan to retrofit TaskSceduler later this...

I think that using Vector3.down might lead to a non-orthogonal basis and hence odd results. The better way might be to "round" the down direction a bit to make it...

Thank you for the idea. Unfortunately, I don't have enough bandwidth to implement a pure C version of the algorithm. However, I can help someone make such an implementation by...

Hm... This test intentionally covers the move-into-itself edge case. I'm not sure what the solution here. Any suggestions?

I fixed the issue with the infinite loop by using a slightly different approach: https://github.com/SergeyMakeev/ExcaliburHash/commit/ae73086e47aa409c2a68c1a571703798e5e83cfc Now, in `emplace()`, we take into account both occupied slots and tombstone slots. This prevents...