fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
579 stars 146 forks source link

Tiny optimisations #832

Closed Thorium closed 2 months ago

Thorium commented 2 months ago

This does a tiny bit less memory-allocation, e.g. by utilizing more arrays instead of lists. The F# default list is linked list.