vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
802 stars 43 forks source link

Implement a chained hash table #86

Closed madmann91 closed 3 years ago

madmann91 commented 3 years ago

This changes the hash table to be more generic and use chaining as a collision resolution policy, and renames the old API to "constantsDatabase", in order to avoid conflicts with existing code.