top | item 25645775

(no title)

tlianza | 5 years ago

The "small codebase" claim hinges on the fact that you're not counting the lines of code in nginx, leveldb, and other external software that are glued together to make this system. Those systems may reflect the years of battle-hardening you seek.

So, it may be more reliable than you think by virtue of that selective counting of codebase lines.

discuss

order

DocSavage|5 years ago

They are also using a pure Go version of leveldb (github.com/syndtr/goleveldb) and not the more battle-hardened Google leveldb, RocksDB implementations, or even the dgraph-io Badger WiscKey-style approach.