Parfait documentation

outline of expanded parfait, documented but not coded
This commit is contained in:
Torsten Ruger
2015-04-08 20:24:50 +03:00
parent 4f1e99d744
commit fdb3fbc825
7 changed files with 127 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# A Space is a collection of pages. It stores objects, the data for the objects,
# not references. See Page for more detail.
# Pages are stored by the object size they represent in a hash.
# Space and Page work together in making *new* objects available.
# "New" is slightly misleading in that normal operation only ever
# recycles objects.
class Space
end