Tyler Neely

Results 70 issues of Tyler Neely

as mentioned [here](https://github.com/spacejam/sled/pull/928#issuecomment-877737763), BTRFS uses functionality that is incompatible w/ sync_file_range when running in its default mode, but CoW can be disabled using `chattr +C ` on these systems, OR...

correctness

memory is sometimes exhausted when inserting a lot of items: https://github.com/spacejam/sled/issues/1036 https://github.com/spacejam/sled/issues/986 nearly all memory is consumed by empty paged-out pages. the red majority below is just empty pages allocated...

performance

This is an incremental new approach of pointer swizzling, replacing #1300 which proved to be a bad approach that caused things to get bogged down. This PR will implement similar...

Similar to std's BTreeSet, it would be pretty simple and possibly quite useful to support lazily diffing `Tree`s.

feature

fuzzy snapshots may be written in a streaming fashion to reduce memory overhead. When configured with a small node cache size of 1mb and bulk inserting 10 million items sequentially...

performance

we should shapshot when: * unmerged heap pointers use up a lot of space relative to the size of the last written snapshot * the log would take a long...

performance

Subscribers suffer from internal queuing issues that are highly misuse-prone, and they only work for simple key prefix matching. Merge operators are a great idea but only work with a...

spec

alice (#83) is a tool that uses strace to record file modifications, then uses models of various file systems to permute copies of the output file, and then tries to...

correctness