-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_register: Migrate from one treap in ets to all in ets
The old logic stores a single data structure in the ets table, a "treap", which is then cleaned and scan, but we can do the same using a table of type 'ordered_set' and cleaning records in a similar fashion. Same logic, simpler code, and potentially even more performant.
- Loading branch information
1 parent
763f20f
commit b66fc65
Showing
1 changed file
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters