-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/string compression #7803
base: next-major
Are you sure you want to change the base?
Conversation
There is an existing patch(es) for this commit SHA: Please note that the status that is posted is not in the context of this PR but rather the (latest) existing patch and that may affect some tests that may depend on the particular PR. If your tests do not rely on any PR-specific values (like base or head branch name) then your tests will report the same status. If you would like a patch to run in the context of this PR and abort the other(s), comment 'evergreen retry'. |
* No unique ptrs for string interner + limit number of interners * point fix client-reset test * code review
8e8356c
to
8f1d472
Compare
Pull Request Test Coverage Report for Build jorgen.edelbo_334Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build jorgen.edelbo_338Details
💛 - Coveralls |
* find_first optimization for compressed strings * core test passing * compression tests for collection of strings * code review * Fixes (#7872) --------- Co-authored-by: Jørgen Edelbo <[email protected]>
a7e04bb
to
d35c8fc
Compare
Pull Request Test Coverage Report for Build jorgen.edelbo_402Details
💛 - Coveralls |
…f is compressed (#7880) * use CompressedViewString cmp for compressed leaves * fix asan * code review * fix redudant code
…e fast comparison provided by the interner (#7892) * initial test * add logic for fetching stringID to Descriptors (partially working) * fixes core tests * ops I cannot use C++20 :-) * fix test * fix handling for array mixed when it holds strings * fix improper use of mixed when it is not string * Compare only if both string ids are available * works for strings * enable mixed and fix bug in cmp function * code cleanup * remove alias dup * fix cmp function + simplify comparison function for sorting * lint * more readeable cmp function * test refactory, still missing cmp over links + mixed of diff type cmp * tests * code review * more tests for utf8 * code review * code review
RCORE-2233 Reduce locking for StringInterner lookup and compare methods
When writing the realm to a new file from a write transaction, the Table may be COW so that the top ref is changed. So don't use the ref that is present in the group when the operation starts.
What, How & Why?
☑️ ToDos
bindgen/spec.yml
, if public C++ API changed