Kristof Katus

Results 8 comments of Kristof Katus

@grove, that 10.7 seconds for 100 column families sounds about right, and it was not this slow before indeed. I have similar problems with RocksDB 6.14.6 on a Windows 10...

> I will take a look. Thanks. If you solve this, I owe you a beer. Or two.

@mrambacher, thanks for the update. I am wondering: does the above, what you just described, also influence DB Open times? So is it possible that e.g. you have `rocksdb_options_set_create_if_missing` and...

Just a quick remark: `rocksdb::LoadLatestOptions` seems to be also affected. So if above is solved, then LoadLatestOptions should be also way faster, I'm guessing.

The Examples section begins with "You can download NuGet package dependencies and let CMake know about CMake export files in those packages via nuget_add_dependencies() calls:", then it follows with the...

Yeah, C/C++ dependency management, especially if you want to do it cross-platform is not easy at all. Look, I would advise you to use vcpkg -- search for onnx here:...

@vipcxj Good question, you should ask them whether that is possible, or what would be the proper way to use that particular library via vcpkg. I know that vcpkg can...