Closed Joannis closed 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.
BSONDecoderSettings.default = .fastPath
BSONDecoderSettings
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.