Doing some memory profiling revealed a significant number of allocations of UTF8Encoding instances. While these eventually get garbage collected they take up a significant amount of space in the interim. It looks like the BsonTrie<TValue> class has already done this. I would recommend doing it across the board.
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue