Evan Nemerson
Evan Nemerson
In many cases it is best to skip the dynamic dispatch and and instead just call a function chosen at compile time. For example, sometimes the code is compiled for...
The LICENSE file basically says to look at the LICENSE in each subdirectory, but the proposals directory doesn't include one, nor does proposals/simd. I want to steal a lot of...
AFAICT there is no guidance in LZHAM as to what the default dictionary size should be. Using 0 results in an error (instead of choosing a sensible default, as happens...
I threw together a Squash plugin for miniz (basically just copied the zlib plugin and added some 'mz_' prefixes), and I can't get it to pass the unit tests. The...
I'm running Squash through [Coverity Scan](https://scan.coverity.com/), and it identifies several potential issues in ms-compress (at least some of which seem legitimate). The results aren't public, and it's kind of difficult...
Getting TenDRA up and running seems like a bit of a hassle. I think it would be helpful to have a Docker container or two to make the project a...
I've been working on an eerily similar project, [SIMDe](https://github.com/nemequ/simde/), which is also MIT licensed, and is also an attempt to allow code written for one set of SIMD instructions to...
We imported all the implementations from [jratcliff63367/sse2neon](https://github.com/jratcliff63367/sse2neon) a long time ago, but [DLTcollab/sse2neon](https://github.com/DLTcollab/sse2neon/) has made a bunch of improvements in their fork that we should steal. It's MIT licensed so...
I know you're working on the issues I e-mailed you about a while back; I'm just opening this to track the issue so I have something to link to on...
Fixes https://github.com/fusiyuan2010/CSC/issues/10