Travis Downs
Travis Downs
I have a makefile that uses a specific matter to trigger a full rebuild when the `Makefile` itself changes, like so ~~~ include config.mk # rebuild when makefile changes -include...
I specified a directory as input like: lzbench corpus/silesia/ where `/silesia` is a directory. I got following error: ``` lzbench 1.5 (64-bit Linux) Assembled by P.Skibinski Not enough memory, please...
When using ``` ./lzbench -r -elz4 ../corpus/silesia ``` To run against a directory, `memcpy` only runs once: ``` lzbench 1.5 (64-bit Linux) Assembled by P.Skibinski Compressor name Compress. Decompress. Compr....
Description =========== Timer scheduling is O(n^2) in the number of timers (under a reasonable assumption about the interval distribution). How to reproduce ================ Consume from any topic with 20k partitions...
If you want to provide a name for the top-level/global `` tag in feed, you can do it like `author: Travis Downs` in the _config.yml. So far so, good. If...
It would be nice to have a mode like `--insert` except instead of overwriting the existing file, the entire new contents of the file (not just the TOC) are output...
Installed i-nex from the daily PPA and it failed. Tried again with stable PPA and same failure message (different line though): ``` Finfosys.refreshing.948: #6: Type mismatch: wanted Integer, got String...
There are demo snippets in the README showing how to use the library at the source level, and there is a building with cmake part about building it, but it...
As I mentioned on HN, I can run this on SKL, SKX and CNL (CannonLake) for you. Are there any specific arguments or format you want the results in, or...
Since PCG is oriented towards speed, I thought I'd mention that as far as performance goes, not being able to inline the core functions like `pcg32_random_r` has a significant impact...