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

Add no-alloc test, make litemap no-alloc #6077

Merged
merged 5 commits into from
Feb 6, 2025

Conversation

Manishearth
Copy link
Member

Discovered that litemap had an alloc feature that partially worked, made it fully work.

@Manishearth Manishearth requested review from sffc and a team as code owners February 6, 2025 13:45
@Manishearth Manishearth force-pushed the no-alloc branch 2 times, most recently from bb2622f to ae6cd13 Compare February 6, 2025 13:59
Cargo.toml Outdated Show resolved Hide resolved
Makefile.toml Outdated Show resolved Hide resolved
tools/noalloctest/src/main.rs Outdated Show resolved Hide resolved
impl<K, V> LiteMap<K, V> {
/// Construct a new [`LiteMap`] backed by Vec
/// Construct a new [`LiteMap`] backed by Vec
Copy link
Member

Choose a reason for hiding this comment

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

fmt?

sffc
sffc previously approved these changes Feb 6, 2025
robertbastian
robertbastian previously approved these changes Feb 6, 2025
@robertbastian robertbastian merged commit a503f5e into unicode-org:main Feb 6, 2025
28 checks passed
@Manishearth Manishearth deleted the no-alloc branch February 7, 2025 09:19
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.

3 participants