orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

Date decoding strategy, benchmarks and allow changing default BSON settings #83

Closed Joannis closed 7 months ago

Joannis commented 7 months ago

Supercedes #82

You can now set BSONDecoderSettings.default = .fastPath for faster BSONDecoder - at the cost of flexibility. BSONDecoderSettings should only be set at the start of your app boot. Do not change it later, it's not thread safe.