store events in SortedMap to avoid sort on render

This commit is contained in:
Martti Malmi
2024-01-04 18:11:38 +02:00
parent 47d92fe171
commit 5d259cee95
6 changed files with 239 additions and 5 deletions

View File

@ -5,3 +5,4 @@ export * from "./work-queue";
export * from "./feed-cache";
export * from "./invoices";
export * from "./dexie-like";
export * from "./SortedMap/SortedMap";