Dmitry Atamanov

Results 266 comments of Dmitry Atamanov

> Would `@Vector(len, T)` be equivalent to `@Matrix(len, 1, T)` (or `@Matrix(1, len, T)`)? Yes. > we might as well drop `@Vector` for `@Matrix` Oh, no! Vector's operators are already...

@joachimschmidt557 https://github.com/pedromsilvapt/zig-stack-vm/blob/master/src/rbt.zig

Unfortunately, I have no convincing arguments. However, I'm sure that most developers use `while (true)` with `break` in those languages where there are no postconditional loops. However, these loops are...

> it could be provided as a build option. :+1: Are you interested in extending the standard library? E.g. `std.*` or `std.math.*`. Or should I open a separate issue for...

@pmwkaa Any comments? Please archive this repository if you are not interested in updates. So users can develop their forks.

ss_lz4filter.c - version 1.6.0 vs official 1.9.1 ss_zstdfilter.c - version 0.0.2 vs official 1.4.4 Maybe change these filters to use system libraries?

I'd choose https://github.com/kkos/oniguruma. @tavianator if you don't mind, I might do this task. :)

Ok. What do you prefer? - to use system library - keep it in this repository (personally I'd prefer it)

Got it! I asked because many programmers don't like to add dependencies. :)

The first small step: #81