Removal of DNDEBUG caused Write performance degradation
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev
Upgrade to last 5.13.2 version
### Expected behavior
Performance of write operation is the same
### Actual behavior
2x performance degradation
### Steps to reproduce the behavior
The problem is that key -DNDEBUG was remove from the place specified in my commit:
https://github.com/toktarev/rocksdb/commit/0f083b05cc305f1316245838dc057596b0000420.
As result we see 2x performance degradation
Contributor guide
Assessment
This issue has not been assessed yet.