Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

Investigate: Hash function for a brick + color data -> bucket hash map #112

Open Avokadoen opened 2 years ago

Avokadoen commented 2 years ago

If there is a way of doing a fast zero collision hash for bucket + color data, then a hash map can easily de duplicate buckets implicitly

Avokadoen commented 2 years ago

Related or duplicate of #100