You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Lists are dumb -- Mnesia can't really support them nicely because not O(1), so to work around this, singyeong currently stores lists as map keys. However, this destroys ordering and also makes lists into mapsets. This can theoretically be fixed by list -> list with indexes -> into map, and possibly an inverted index for lookups.
The text was updated successfully, but these errors were encountered:
Lists are dumb -- Mnesia can't really support them nicely because not O(1), so to work around this, singyeong currently stores lists as map keys. However, this destroys ordering and also makes lists into mapsets. This can theoretically be fixed by list -> list with indexes -> into map, and possibly an inverted index for lookups.
The text was updated successfully, but these errors were encountered: