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

Evaluate replacing SQLite dependency with in-memory sort #3

Closed
bruth opened this issue Nov 2, 2017 · 1 comment
Closed

Evaluate replacing SQLite dependency with in-memory sort #3

bruth opened this issue Nov 2, 2017 · 1 comment

Comments

@bruth
Copy link
Contributor

bruth commented Nov 2, 2017

Since the current implementation already loads everything into memory, a basic in-memory sort on keys should be sufficient and will drop the CGO dependency.

@bruth
Copy link
Contributor Author

bruth commented Nov 5, 2017

Implemented in bda3503

@bruth bruth closed this as completed Nov 5, 2017
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

No branches or pull requests

1 participant