You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make gxhash optional for docs.rs compatibility
- Make gxhash dependency optional with feature flag (enabled by default)
- Add collections abstraction layer to switch between gxhash and std collections
- Update all imports to use new collections module
- Configure docs.rs to build without gxhash to avoid CPU feature requirements
- Maintain performance benefits in normal builds while enabling docs.rs builds
This change allows the project to build successfully on docs.rs which has
restrictions on CPU-specific features, while preserving the performance
advantages of gxhash for regular builds.
0 commit comments