Skip to content

Commit 8a511bc

Browse files
committed
Flowing nightly feature from pathmap to fast-slice-utils
1 parent 7c3a0dc commit 8a511bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fast-slice-utils = "0.1.0"
3333

3434
[features]
3535
default = ["graft_root_vals", "slim_ptrs", "serialization"]
36-
nightly = [] # Uses features in the nightly tool chain for better performance, and the allocator and coroutine APIs
36+
nightly = ["fast-slice-utils/nightly"] # Uses features in the nightly tool chain for better performance, and the allocator and coroutine APIs
3737
jemalloc = ["dep:tikv-jemallocator"] # Enables [jemalloc](https://jemalloc.net/) as the default allocator. This dramatically improves scaling for write-heavy workloads and is generally recommended. The only reason it is not the default is to avoid interference with the host application allocator.
3838
zipper_tracking = [] #Exports the zipper_tracking module publicly
3939
all_dense_nodes = [] # Exclusively use the DenseByteNode type, which generally performs worse but is useful for compatibility and perf comparisons.

0 commit comments

Comments
 (0)