COMMITS
November 1, 2025
J
perf(msgpack): add SIMD integer optimizations
jinzhongjia committed
J
chore(nix): remove flake.nix
jinzhongjia committed
October 31, 2025
J
refactor(msgpack): remove timestamp now() method
jinzhongjia committed
J
perf(msgpack): replace Map ArrayList with HashMap
jinzhongjia committed
J
feat(msgpack): support generic map keys with SIMD
jinzhongjia committed
J
style(test): remove trailing whitespace
jinzhongjia committed
J
feat(msgpack): add Timestamp.fromNanos() method
jinzhongjia committed
J
style(test): remove trailing whitespace
jinzhongjia committed
J
feat(msgpack): add Timestamp.now() method
jinzhongjia committed
J
refactor(msgpack): use struct init methods
jinzhongjia committed
J
docs(msgpack): simplify parse limits documentation
jinzhongjia committed
October 30, 2025
J
perf(msgpack): optimize hot paths and array init
jinzhongjia committed
J
perf(msgpack): optimize map operations and hot-path functions
jinzhongjia committed
October 28, 2025
J
perf(msgpack): optimize parser with lookup table and fast path
jinzhongjia committed
J
refactor(bench): optimize buffer initialization
jinzhongjia committed
J
fix(msgpack): enhance validation and fix bugs
jinzhongjia committed
October 25, 2025
J
build(zig): simplify benchmark artifact installation
jinzhongjia committed
J
ci(workflows): expand cross-platform testing matrix
jinzhongjia committed
J
ci(workflows): enhance cross-platform benchmark workflow
jinzhongjia committed
J
ci(workflows): simplify GitHub Actions trigger conditions
jinzhongjia committed
J
refactor(bench): optimize performance benchmarking implementation
jinzhongjia committed
J
ci(workflows): remove legacy GitHub Actions configuration
jinzhongjia committed
J
ci: enhance GitHub Actions workflows
jinzhongjia committed
October 23, 2025
J
chore(version): bump version to 0.0.14
jinzhongjia committed
J
docs(readme): document security features and parsing limits
jinzhongjia committed
J
refactor(msgpack): convert recursive parser to iterative with safety limits
jinzhongjia committed
October 18, 2025
J
feat(bench): add comprehensive performance benchmarking suite
jinzhongjia committed
J
test(msgpack): add comprehensive fuzz testing suite
jinzhongjia committed
J
test(msgpack): add comprehensive constant validation tests
jinzhongjia committed
J
refactor(msgpack): optimize ext and timestamp parsing logic
jinzhongjia committed