Re: Berkeley DB -- anyone care?
- Posted by jordah at btopenworld.com Jan 05, 2003
- 488 views
> Yes. I actually use the modified routines from EDS for converting a > Euphoria object to or from a string of bytes -- I posted them to this > list a while back under a thread called "Useful code stolen from Rob" -- > I converted the routines to operate on sequences & objects in memory > instead of reading/writing to disk as EDS does. They are useful for all > sorts of things actually (like my in-memory db project). Could u please benchmark them with my binary.e and see the outcome. One known problem of binary.e is that it handles doubles as float32 so their is very little inaccuaracy. Also binary.e produces faster and more compressed objects than EDS does as far as i can remember. Jordah