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

Typed dicts #101

Closed
wants to merge 108 commits into from
Closed

Typed dicts #101

wants to merge 108 commits into from

Conversation

matko
Copy link
Member

@matko matko commented Nov 28, 2022

This pull implements typed dictionaries, a new dictionary type for terminusdb values which uses a different efficient encoding for different types, is able to retrieve by type, and is able to do ranged queries over ordered types. It avoids linear-time operations, making every lookup constant-time or logaritmic-time. It is intended to replace the existing pfc implementation, at least for the values, but probably also for the nodes and predicates.

This is a work in progress.

@matko
Copy link
Member Author

matko commented Nov 28, 2022

This will resolve #102.

@matko
Copy link
Member Author

matko commented Jan 11, 2023

closing in favor of #108 which contains all the typed dict work as well as the new archive format.

In the future we should be more disciplined about keeping changes separate.

@matko matko closed this Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants