Commits
Click on a commit to change the comparison rangefix benchmarks9 months ago
by shekhirin perf: common_prefix_length impl9 months ago
by shekhirin precompute more slice masks9 months ago
by shekhirin Revert "precompute more slice masks"9 months ago
by shekhirin optimize slice9 months ago
by shekhirin optimize slice more9 months ago
by shekhirin Merge branch 'alexey/uint-repr' of github.com:alloy-rs/nybbles into alexey/uint-repr9 months ago
by shekhirin fmt9 months ago
by shekhirin optimize pack_to9 months ago
by shekhirin optimize pack to unchecked9 months ago
by shekhirin Revert "optimize pack_to"9 months ago
by shekhirin pointer arithmetics bruh9 months ago
by shekhirin add comments9 months ago
by shekhirin optimize unpack9 months ago
by shekhirin optimize get nibble, get byte9 months ago
by shekhirin fix unpack9 months ago
by shekhirin perf: add fast path for small nibble sequences in common_prefix_length9 months ago
by shekhirin perf: optimize push_unchecked to use direct limb manipulation9 months ago
by shekhirin perf: optimize pop to avoid U256::from construction9 months ago
by shekhirin more comments9 months ago
by shekhirin more comments9 months ago
by shekhirin fix benchmarks group9 months ago
by shekhirin propagate serde feature to ruint9 months ago
by shekhirin remove unused const-hex crate9 months ago
by shekhirin use variables in format directly9 months ago
by shekhirin fix comments9 months ago
by shekhirin use NIBBLES const in masks, fix masks comments9 months ago
by shekhirin improve comments9 months ago
by shekhirin no inline always9 months ago
by shekhirin optimize rlp encode impl9 months ago
by shekhirin no default features for ruint, propagate std feature9 months ago
by shekhirin add alloc feature to ruint9 months ago
by shekhirin Merge remote-tracking branch 'origin/main' into alexey/uint-repr9 months ago
by shekhirin perf: optimize starts_with using bitwise operations9 months ago
by shekhirin constify starts_with9 months ago
by shekhirin do not inline always9 months ago
by shekhirin use const instead of magic value9 months ago
by shekhirin Update src/nibbles.rs9 months ago
by shekhirin Merge branch 'alexey/uint-repr' of github.com:alloy-rs/nybbles into alexey/uint-repr9 months ago
by shekhirin no std9 months ago
by shekhirin starts_with optimization9 months ago
by shekhirin optimize ends_with with masks9 months ago
by shekhirin Revert "optimize ends_with with masks"9 months ago
by shekhirin do not mask in increment9 months ago
by shekhirin perf: reduce bound checks (#23)9 months ago
by DaniPopes incorrect const is used9 months ago
by shekhirin opt first9 months ago
by DaniPopes Merge branch 'alexey/uint-repr' of github.com:alloy-rs/nybbles into alexey/uint-repr9 months ago
by shekhirin remove const from method that uses static9 months ago
by shekhirin cleanup code9 months ago
by shekhirin fast path for ends_with9 months ago
by shekhirin do not use const for 64 in some cases9 months ago
by shekhirin prefix -> suffix9 months ago
by shekhirin add as_ref to unpack8 months ago
by shekhirin use operators, fix comment8 months ago
by shekhirin debug assert in len8 months ago
by shekhirin check length in extend_from_slice8 months ago
by shekhirin