-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add TLeafC - string - writing support (#940)
* feat: add TLeafC - string - writing support * style: pre-commit fixes * Rename test file to match PR nr. * Fixes logic for string offset size and adds test for strings with more than 254 bytes. * Check files created can be read with ROOT also and make the uncompressed data ignore the last offset as ROOT does. * Hard code the fix for the tests just to show where the problem comes from. * Adds fLen computation and updating in the case of writing TLeafC. * style: pre-commit fixes * Reverts fLen to 1. * Moves computation of fLen max to strings. * style: pre-commit fixes * Add some stress-tests for extremes and corner-cases. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jim Pivarski <jpivarski@gmail.com>
- Loading branch information
1 parent
d939d21
commit 1d85f27
Showing
2 changed files
with
391 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.