We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bpt.Remove(buf, func(value []byte) bool { return true })
any other function / possibility to remove quicker?
The text was updated successfully, but these errors were encountered:
copy(buf,k) bpt.DoFind(buf, func(key, value []byte) error { bpt.Remove(key, func(value []byte) bool { return true }) // do stuff with the keys and values return nil })
seems like doing so speed it up for empty keys.
any other ways than this by modifying core code?
Sorry, something went wrong.
No branches or pull requests
any other function / possibility to remove quicker?
The text was updated successfully, but these errors were encountered: