Joel Krauska

Results 25 comments of Joel Krauska

Same/similar results. Let me know if you want details. Manufacturer: LENOVO Product Name: 20HRS15700 Version: ThinkPad X1 Carbon 5th

@evildmp Any interest in this?

Merge seems more CPU bound than render. But yes -- more parallelization would be appreciated.

I got it to compile, but many checks fail. ``` brew install cmake brew install gmp brew install boost brew install gcc # symlink openssl ln -s /usr/local/opt/openssl/include/openssl /usr/local/include git...

context: https://www.geeksforgeeks.org/pv-command-in-linux-with-examples/

The "output" from PV is sent to stderr. That's where we'd want the pretty color progress bars. (existing feature) All that rich would need to do with the STDIN is...

[image](https://www.dropbox.com/s/h0d4t1svejf95t9/Screenshot%202019-02-02%2020.49.17.png?dl=0)

Without knowing anything about the code you're using -- are these viable alternatives without the same restrictions? BSD https://github.com/freebsd/freebsd/blob/master/sys/net/radix.c Apple Variant https://opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/net/radix.c I too would love to have a Debian...

Neglecting the licenses -- Does the MIT licensed code provide similar capabilities? I sadly admit that I only have a basic understanding of what a radix tree is -- and...