Go to the first, previous, next, last section, table of contents.


low-level MOS functions

Low level btree functions used to store key-value pairs on native Muq objects.

Note: These functions have currently been dropped from the server due to technical problems: It is difficult to ensure that the btree and the parent object stay in the same dbfile. There doesn't seem a strong reason to work on this since you can always use Hash or Index objects to achieve much the same thing with slightly more overhead. If you come across a good reason to revive these functions, let me know and I'll look into it.


Go to the first, previous, next, last section, table of contents.