zaml icon indicating copy to clipboard operation
zaml copied to clipboard

🚀 Fast YAML 1.2 parsing library for Python 3

Results 5 zaml issues
Sort by recently updated
recently updated
newest added

Duplicate of https://github.com/adamserafini/zaml/pull/19 (I accidentally deleted my fork, sorry)

Hej, indeed, the default yaml loader is slow! Before I go ahead and start to parse strings manually, I wanted to give your lib a go! Thanks for trying to...

## Changes General updates and changes for zig version `0.11.0-dev.4308+417b92f08` - Adds [`zig-yaml`](https://github.com/kubkon/zig-yaml/tree/main) as a submodule in `benchmark/` - Uses an [`ArenaAllocator`](https://ziglang.org/documentation/master/std/#A;std:heap.ArenaAllocator) with the [`GeneralPurposeAllocator`](https://ziglang.org/documentation/master/std/#A;std:heap.GeneralPurposeAllocator) in benchmark - Updates to...

I'm assuming the build process needs to be changed so that wheels are built for all systems and made available on PyPI. Is that it?

Replicating build with zig 0.10.0 at commit 9adce96 (e.g., your talk) on Windows, I experience the following issue when running via `pip install`: ``` × Building wheel for zaml (pyproject.toml)...