Comment on RocksDB – A persistent key-value store for fast storage environmentsparentComments−e12e12yThat link should be:https://github.com/facebook/rocksdb/blob/master/db/db_impl.c...(not db_impl.c but .cc) I was wondering for a while if it was possible to do RAII in idiomatic c99 -- and it appears it isn't (or doesn't make as much sense, anyway).
Comments
That link should be:
https://github.com/facebook/rocksdb/blob/master/db/db_impl.c...
(not db_impl.c but .cc) I was wondering for a while if it was possible to do RAII in idiomatic c99 -- and it appears it isn't (or doesn't make as much sense, anyway).