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

Remove frozen as dependency #57

Closed
mwalcott3 opened this issue Nov 11, 2022 · 1 comment
Closed

Remove frozen as dependency #57

mwalcott3 opened this issue Nov 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mwalcott3
Copy link
Collaborator

We already use our own constexpr perfect hasmap when keys are bellow 20. We just need to add a space efficient implementation that can be used for larger numbers of keys.

@mwalcott3 mwalcott3 added the enhancement New feature or request label Nov 11, 2022
@stephenberry
Copy link
Owner

#67 removed frozen as a dependency by including what we use within the glz namespace and removing macros. This allows us to tailor the code to our use cases and make the build process more straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants