fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Some performance optimizations #107

Open Thorium opened 4 months ago

Thorium commented 4 months ago

Faster niceName function and other minor performance and memory usage improvements.

quintusm commented 4 months ago

Wow, thanks for your contribution. I will review and merge as soon as possible. Looks amazing at first read.

quintusm commented 2 months ago

Apologies for delay in merging the above changes. It seems reasonable but I would like to add some performance tests to verify the speed impact and to test for speed and memory use regressions going forward. I have scheduled some time to work on ExcelProvider starting on 11th of Sept 2024, but intend to merge pull request #41 before merging this one.