getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
783 stars 63 forks source link

Use -O3 #133

Closed jkeiser closed 1 week ago

jkeiser commented 1 week ago

Use -O3 for more optimizations. simdjson in particular sees benefits when running at this optimization level.

DRAFT: I haven't got this running yet, so I'm abusing CI for this small change. I'll get it up locally too :)

jkeiser commented 1 week ago

Closing. Don't think it helps.