Skip to content

Tags: kaitai-io/kaitai_struct_python_runtime

Tags

0.10

Toggle 0.10's commit message
read_bytes(): use previous implementation again for small reads

For small reads, the new code that tries to avoid unnecessary reads is
noticeably slower than the previous code that reads unconditionally. In
the worst case (1-byte reads), the new code is 13 times as slow as the
previous implementation. The potential memory/IO savings only become
worth it for larger reads, where the performance difference disappears.

Co-authored-by: Petr Pucil <[email protected]>

0.9

Toggle 0.9's commit message
Add ValidationExprError

See kaitai-io/kaitai_struct#435

0.8

Toggle 0.8's commit message
Reverting change that broken ~13 tests

0.7

Toggle 0.7's commit message
Refreshed links to point to actual resources

0.6

Toggle 0.6's commit message
Pumped version

0.5

Toggle 0.5's commit message
Pumped version