Open
Description
Hi! I want to use buntdb in my ppmerge library in order to minimize the size of a merged profile by storing data such as strings, functions and locations in separate db. The problem is that it's not going to work in distributed environments. For instance, if I'm storing a string into the buntdb and return integer reference to it, later on when I recover profile, I might have a problem that I get the wrong string, or not get a string at all, because instances that put string into db and get it out are different.
Metadata
Assignees
Labels
No labels
Activity