Skip to content

Conversation

@sbarhin
Copy link

@sbarhin sbarhin commented Oct 25, 2025

This PR adds documentation pages for the new CHAMP-based HashMap and HashSet implementations in Cats-Collections.
Closes #537

Added detailed documentation for HashMap, including its structure, usage examples, performance characteristics, and when to use it.
Added detailed documentation for HashSet, including its structure, usage examples, performance characteristics, and when to use it.
@sbarhin sbarhin changed the title Enhance HashSet documentation with usage and features Enhance HashMap and HashSet documentation with usage and features Oct 25, 2025
@sbarhin sbarhin changed the title Enhance HashMap and HashSet documentation with usage and features documentation: Add CHAMP HashMap and HashSet to microsite #537 Oct 25, 2025
Updated import statement and added Cats Collections reference.
Updated import statement for HashSet and added a reference to Cats Collections.
Expanded documentation on HashMap's internal representation, performance characteristics, and usage examples. Added sections on best and worst case analysis, supported operations, and when to use HashMap.
Expanded the documentation for HashSet, detailing its implementation, performance characteristics, and usage examples.
Removed references section from HashSet documentation.
Copy link

@lazycoder1996 lazycoder1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include hashmap.md and hashset.md in the laika.navigationOrder list found in /docs/directory.conf file

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.

Add CHAMP HashMap and HashSet to microsite

2 participants