mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.35k stars 1.22k forks source link

[♻️Housekeeping] Remove BufferPool class and use .net implementation #2508

Closed pictos closed 1 week ago

pictos commented 2 weeks ago

There're a lot of places where Litedb news up an array just to discard it later, this is bad for allocations and perf. So: