Wow, great write up. Excellent example of computer science fundamentals being used to tackle a novel problem.
I recently had to use the concept of table doubling to improve a system where rough estimation was being used to determine the size of a data structure. It certainly felt good to recall the concept of table doubling and design a system using it's concepts.
Comments
Wow, great write up. Excellent example of computer science fundamentals being used to tackle a novel problem.
I recently had to use the concept of table doubling to improve a system where rough estimation was being used to determine the size of a data structure. It certainly felt good to recall the concept of table doubling and design a system using it's concepts.
Thanks, I basically did a brain dump on the README. I plan do do many more bounties like it in the future. Really glad it's made some traction.