Heinz N. Gies

Results 164 issues of Heinz N. Gies

When compiling a project that has a cmake dependency it'll re-compile the dependency every time cargo is run.

as per the advisory [RUSTSEC-2018-0015](https://rustsec.org/advisories/RUSTSEC-2018-0015.html) term is no longer maintained, it would be nice to migrate to a different terminal crate to prevent security issues.

Heya! Since I borrowed most of the encoding logic for simd-json.rs from just-rust I wanted to contribute back. I improved the write-string logic to use simd instructions to speed up...

Hi, I was wondering how to benchmark a function that returns borrowed data within including the drop in he measures?

Enhancement

Many CLI programs use `-H` for headerless and `-p` for passable when it comes to printing tables. Reading the docs, I think that could be done by specifying a custom...

How about using web sockets to pass messages between browser VM's and Erlang VM's? Of cause it would mean you'd need to have some kind of gateway process to handle...

Hi I'd be quite intersted to have a erlang-xxhash hex package. I'd gladly prepare a pull request if you'd want to publish it.

Hi, we're struggling a bit with figuring out what to expect from sled storage-wise when it comes to reclaiming space from deleted Items. We've scoured the BW-Tree paper and the...

#### Use Case: remove and the pop methods work great if using a single key is the goal, there is however currently no option to remove or pop more then...

feature

I've recently been fiddling with a multi threaded application using crossbeam channels. On threadripper I noticed that performance would degrade rapidly when the sender and receiver were on different CCX's...

crossbeam-channel