oxc/crates/oxc_allocator/src
overlookmotel c1d243be46 docs(allocator): improve docs for Allocator (#8623)
Improve docs for `Allocator`:

1. Explain how allocator works.
2. Demonstrate how to achieve good performance by re-using `Allocator`s.

Also fix the doc test for `CloneIn`.
2025-01-21 04:01:41 +00:00
..
address.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
allocator_api2.rs refactor(allocator)!: Allocator do not deref to bumpalo::Bump (#8569) 2025-01-18 01:23:55 +00:00
boxed.rs docs(allocator): reformat docs (#8615) 2025-01-20 11:34:29 +00:00
clone_in.rs docs(allocator): improve docs for Allocator (#8623) 2025-01-21 04:01:41 +00:00
convert.rs refactor(allocator): String type (#8568) 2025-01-18 01:23:54 +00:00
hash_map.rs chore(allocator): remove default features from hashbrown (#8619) 2025-01-20 16:18:41 +00:00
lib.rs docs(allocator): improve docs for Allocator (#8623) 2025-01-21 04:01:41 +00:00
serialize.rs
string.rs perf(allocator): make String non-drop (#8617) 2025-01-20 12:30:20 +00:00
vec.rs docs(allocator): reformat docs (#8615) 2025-01-20 11:34:29 +00:00