| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-02-24 | 575 Bytes | |
| v1.17.0 source code.tar.gz | 2022-02-24 | 6.3 MB | |
| v1.17.0 source code.zip | 2022-02-24 | 6.9 MB | |
| Totals: 3 Items | 13.2 MB | 0 | |
- Improved
BlockEncoderspeed [#262], [#265]- The assembler also uses it so its encoding speed should be improved as well
- .NET: Improved C#
Decoderspeed (100MB/s -> 130MB/s, .NET 6 x64) [#266], [#267]- For reference, Rust: 260MB/s, Python module: 50MB/s, nodejs+wasm module: 46MB/s
- Added missing undocumented VIA
XSHA512alias [#261] - Added an instruction (
a.zero_bytes()) that can be used as an assembler label [#272] - Rust: Added
CodeAssembler::assemble_options()and an API to get the address of labels after the code has been assembled [#273]