Show HN: A Solution to durably store your likes/dislikes counts https://ift.tt/UDqYaxg

Show HN: A Solution to durably store your likes/dislikes counts Hi All, vDB is Solution to durably store your likes/dislikes count (or any count of your choice). Its takes O(1) time to read and put unsigned long values to DB, as it similar to Arrays (there are no keys but you use index to store counts). Single header only C++ file for storing and retreiving numbers. And one more thing it does this without increasing the file size, as its not append only DB. Which also means it can be slower on simultenous writes. Well if you task is just to store likes/dislikes counts, than it must not be much of a problem. As reads are done more than writes for such cases. https://ift.tt/zwADoMd May 16, 2023 at 03:14AM

Comments

Popular posts from this blog