bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

update toml++ to v3.1.0 #69

Closed marzer closed 2 years ago

marzer commented 2 years ago

also:

marzer commented 2 years ago

@pwwang Note that this PR replaces the benchmark data.toml with a much larger and more complex one that makes use of some TOML v1.0.0 features; you might need to update toml-bench to take this into account:

marzer commented 2 years ago

Actually, don't merge this yet. Just realized there might be a way I can make the TOML => python bits faster.

marzer commented 2 years ago

Well, no huge perf gains. Oh well. On the plus side, I was able to simplify some things using v3.1.0's for_each() ^_^

bobfang1992 commented 2 years ago

Hi, thanks! feel free to merge it!