Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(crdt): optimize for constexpr and add customization
Enhance CRDT template with constexpr, custom comparators, and sort functions. Remove CRDT_SORT_FUNC macro, introduce DefaultSort and DefaultChangeComparator. Improve performance and flexibility.
- Loading branch information