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

clashtable #321

Closed
wants to merge 31 commits into from
Closed

clashtable #321

wants to merge 31 commits into from

Conversation

conradludgate
Copy link
Contributor

  • modify features
  • fix msrv
  • remove SharedValue
  • remove unnecessary lifetimes
  • feat: move to detached rwlock guards
  • switch to HashTable
  • remove unnecessary unsafe
  • upgrade hashbrown
  • chore!: remove the Map trait from public API
  • inline all original Map functions
  • remove cfg_if
  • add shardidx safety abstraction
  • optimise and refactor iterators
  • remove more code
  • safety comments
  • remove unsafe from try_map
  • clean up lints
  • test: add iter tests
  • remove rwlock from readonly shard
  • fix features
  • prepare for fork
  • remove unneeded clone bound
  • optimise inserts
  • improve code quality
  • remove oncecell
  • fix rust-toolchain.yml
  • document covariant requirement
  • update readme
  • fix: msrv with &box iter
  • chore: slight refactor, moving Map to map.rs
  • feat: introduce clashtable API, mirroring hashbrown::HashTable

@conradludgate conradludgate deleted the clashtable branch January 31, 2025 11:30
@conradludgate conradludgate restored the clashtable branch January 31, 2025 11:31
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.

1 participant