Optimize numeric array conversion and serialize directly into Python bytes
Some checks failed
Build / wheels (x86_64, ubuntu-latest) (push) Failing after 1s
Build / source (push) Failing after 1s
Build / lint (push) Failing after 1s
Build / wheels (aarch64, ubuntu-24.04-arm) (push) Has been cancelled
Build / wheels (arm64, macos-15) (push) Has been cancelled

This commit is contained in:
2026-09-21 22:48:21 -05:00
parent caee18aeef
commit 05cc505ef4
10 changed files with 328 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
include README.md LICENSE.md
recursive-include vendor/capnproto *.h *.c++ *.txt *.md *.capnp
recursive-include capnp *.py *.pyx *.pxd *.h *.cpp
recursive-include test *.py *.capnp *.binary *.txt
recursive-include test *.py *.capnp *.binary *.txt *.json
exclude capnp/lib/capnp.cpp capnp/lib/capnp.h capnp/lib/capnp_api.h