sholsapp / gallocy

A distributed shared memory infrastructure.
27 stars 9 forks source link

SQLite page table #2

Closed sholsapp closed 10 years ago

sholsapp commented 10 years ago

I want to add a user-space page table to a heap layer (probably the source heap) that is backed with a SQLite in-memory database backed with a custom fixed region memory allocator.

I think it makes sense to embed the SQLite amalgamation in our source code base. Some starting points following:

sholsapp commented 10 years ago

Donzo funzo.