Siarhei Siamashka
Siarhei Siamashka
> The bigger problem is that it's not a great mixer. I don't know how to use it to outperform [folded multiply](https://github.com/tkaitchuck/aHash/blob/master/src/operations.rs#L15) which it what it would use in the...
I'm personally making use of the ``then`` keyword in such cases as an explicit separator: ```ruby if some.long.method && other_condition && another_condition then do_something do_something_else end ```
Yes, people having decent power supplies and cables should have no problems. It's just that the [Pine64 kickstarter campaign](https://www.kickstarter.com/projects/pine64/pine-a64-first-15-64-bit-single-board-super-comput/description) advertised that `"The PINE A64 board provides the same power of...
I don't quite understand. What do you mean by "assets can be maintained in that repo too"? This dictionary is not super popular or frequently updated on github because it...
A better solution would be to use zlib. But that's an extra library dependence for Hunspell.
Of course unpacking data into temporary files on disk is unacceptable. But starting other processes is also unacceptable, because this is fragile, system dependent and may have security implications. Is...
I have a similar table formatting problem here: https://code.dlang.org/packages/speedy-stdio/0.2.0 A workaround is not to use tables with left or right aligned text.
Who is going to benefit from a CMake build system? I think that's the fist thing to figure out.
It's strange that gzip doesn't provide a better compression. Maybe try ppmd? It's very good specifically for text compression: https://github.com/svpv/ppmd-mini
But the use of floating point calculations should be already pretty much minimal. They are also mostly done outside of the critical loops, except for the ``getime()`` function. Why do...