Soil icon indicating copy to clipboard operation
Soil copied to clipboard

An object oriented database that is easy to use and fun to play with

Results 49 Soil issues
Sort by recently updated
recently updated
newest added

Currently we have persistent dictionary and skip list as data structure. We need a structure that can have multiple indexes. So on creation there is a default index structure and...

Skip list should be usable without keys, just for indexed access which saves a lot of space

The behavior registry now loads all versions for the internal chain. But when writing this chain is not used but the latest entry loaded again from disk. This way it...

We should allow Serializing full blocks

#basicAssociationsDo: seems to be not correctly named. - #basicNextAssociation and #basicPreviousAssociation do not restore and convert - #basicAssociationsDo: does restore and convert just as #do: does - but the key...

Right now we use a 64 byte index key for storing behavior descriptions in the behavior registry. This limits the maximum length of the class name and at the same...