James Knighton
James Knighton
This big PR (_having abandoned all pretenses, from a gentler time perhaps, that it be right and just, to dither over a warp sequence of little PRs, not that we...
The collection of MDS types in Streaming is an evolved ad hoc system of pragmatic one-offs arrived at reactively to solve problems. *In this organically emerged state of primordial chaos,...
## Description of changes: Download each stream's index in a different thread at the same time. ## Issue #, if available: ## Merge Checklist: _Put an `x` without space in...
## Description of changes: Implement a shared lock. - 25x faster than FileLock - No filesystem cleanup afterward - Lives in a few bytes of shared memory - Uses pthread_mutexattr_setpshared...
## Description of changes: When it comes to partitioning, we have the need for speed. Using the original partitioning implementation as guide, we replicate correct partitioning behavior in pure numpy...