Skip to content
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

Add transient collections #30

Open
GraphR00t opened this issue Jan 2, 2024 · 0 comments
Open

Add transient collections #30

GraphR00t opened this issue Jan 2, 2024 · 0 comments

Comments

@GraphR00t
Copy link
Contributor

Transient collections are temporary collections that are not serializable.
They will be faster than persisted collections and should support the transient-id uniqueness in addition to the regular uniquenesses.

Example

set  = TransientSet([], {unique: #transient-id})
GraphR00t added a commit that referenced this issue Jan 3, 2024
Add type and a 'TransientQueue' global function.
@GraphR00t GraphR00t added this to the Version 0.3 milestone Jan 9, 2024
@GraphR00t GraphR00t removed this from the Version 0.4 milestone Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant