Jacob McCollum

Results 9 issues of Jacob McCollum

Right now, the implementation is significantly slower than `Vec` for most things. This can be fixed. TODO: - [x] `insert`, `remove`, and `drain` can copy mem to avoid some iterative...

Right now, sort is unstable. The API should match `Vec` here, so should be called `sort_unstable` and `sort_unstable_by`. Would also like to add `sort` and `sort_by` that are stable.

There are a few usages of `unsafe` - I tried to cover these cases in tests, but I need to make a pass through the code to add `// Safety:...

This might be related to #195? I want to parse a grammar where the same sequence of characters can mean different things in different contexts. The custom lexer I am...

### System Information: Library: `glommio = "0.8.0"` (also reproduces with tip via `glommio = { git = "https://github.com/DataDog/glommio.git" }`) OS: `Linux a57b2fb7965f 6.5.11-linuxkit #1 SMP PREEMPT Wed Dec 6 17:08:31...

- Remove the `thin-segments` feature due to limited usefulness - Enable some additional tests - Upgrade some dependencies

### What problem are you trying to solve? I work on a web portal that needs to speak a raw binary protocol. To do this, our application sends binary messages...

addition/proposal
needs implementer interest

I've been having some unhappiness with the API design of https://github.com/ReactiveX/RxGo, so finding this implementation has made me quite happy - I much prefer the `trampoline` scheduler over the use...

## **Describe the bug** Every time I restart VSCodium, or the extension host, I see a popup telling me that my version is out of date, reporting that I have...

bug