You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: