madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

What is the impact of reflection? #37

Open rklec opened 1 month ago

rklec commented 1 month ago

This library uses reflection to apply all the mappings etc. Now, given reflection can be slow this may prevent users from using the library.

However, I also saw there is a speed test in the project, which apparently tests this?

What is your opinion on it/the results?

(Also, it may be useful to be open about the fact and acknowledge it, but maybe state the reasoning/the results etc. there.)