Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance comparisons on initial readme or something close? #30

Open
robertleeplummerjr opened this issue Aug 3, 2016 · 1 comment

Comments

@robertleeplummerjr
Copy link

Would be fantastic!

@Nick-Lucas
Copy link
Owner

I'd also like to see this at some point, although don't have a lot of time for it right now! If you have any basic profiles from your own testing please do share them!

Ultimately I wouldn't expect Limebean to be beating Model based ORMs in every situation. The core ability to Bean.Get<T> any type you want means that you can be triggering conversions on every .Get if you're not requesting the original type of the value, so you could shoot yourself in the foot there.
On the other hand the ORM itself it pretty lightweight, and I personally use it for data intensive applications without performance issues cropping up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants