Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,788 contributions in the last year
Contribution activity
September 2020
Created a pull request in rakaly/librakaly that received 1 comment
Introduce leak safe API
Previously rakaly_eu4_melt would modify a the given out pointer to point to rust allocated chunk of data. There is no way for callers to deallocate…
+153
−51
•
1
comment
- Expose hidden objects as Text / Binary token
- Add operator text token
- Add common game date implementation
- Text parsing 150 MiB/s throughput improvement
- Major binary parsing performance improvements
- Fix tape edge cases that broke an invariant
- Remove unused private field from text tape
- Additional robustness to binary tape parsing
- Support deserializing windows-1252 and utf-8 content
- Reject nested values inside hidden objects
- Fix hidden objects in text tape parsing
- Can parse hidden text objects
- Introduce TextTapeParser for conformity
- Introduce the concept of a binary flavor
- Allow parsing of hidden objects in binary format