the-cold-dark / genesis

The Cold server - This implements a dynamic, object-oriented language on top of an object database, well suited for virtual environments and online servers (like games).
29 stars 7 forks source link

Unbuffered I/O #19

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

I have a branch locally that uses read and write directly with the binary DB. I need to finish it up and see if it is an improvement or not.