implemented RBTree as a in-memory database for operations (in progress)

This commit is contained in:
Kevin Jahns
2015-07-07 18:11:27 +02:00
parent 02f2f6b0fe
commit c184cb961b
6 changed files with 284 additions and 14 deletions

View File

@@ -26,6 +26,7 @@
"setTimeout": true,
"setInterval": true,
"Operation": true,
"getRandom": true
"getRandom": true,
"RBTree": true
}
}