Hacker News new | ask | show | jobs
A relational database faster than CPP STL Map (crossdb.org)
2 points by jcwang 1085 days ago
2 comments

STL Map is a popular and fast data container in CPP, but the function is limited. CrossDB is a RDBMS with ACID and it's faster than STL Map.
On your repo, it is Apache-Licensed.

Where's the sources? Will you be releasing source-code version of this?

It's in early PoC dev stage, code is mess, will release later.