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
Add support for bumpalo
Allows `Bump` and `&Bump` to be used as allocators without the nightly feature.
This is currently blocked on fitzgen/bumpalo#92 for support on nightly.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ This crate has the following Cargo features:
105
105
-`raw`: Enables access to the experimental and unsafe `RawTable` API.
106
106
-`inline-more`: Adds inline hints to most functions, improving run-time performance at the cost
107
107
of compilation time. (enabled by default)
108
+
-`bumpalo`: Provides a `BumpWrapper` type which allows `bumpalo` to be used for memory allocation.
108
109
-`ahash`: Compiles with ahash as default hasher. (enabled by default)
109
110
-`ahash-compile-time-rng`: Activates the `compile-time-rng` feature of ahash. For targets with no random number generator
110
111
this pre-generates seeds at compile time and embeds them as constants. See [aHash's documentation](https://github.com/tkaitchuck/aHash#flags) (disabled by default)
0 commit comments