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

Memoize declared fields to avoid reflection during case class decomposition #1517

Merged
merged 1 commit into from
Feb 15, 2014
Merged

Conversation

chriswebster
Copy link

This change uses the memoize pattern in Meta to cache class fields avoiding reflection on subsequent calls.

The change discussion on the mailing list:
https://groups.google.com/forum/#!topic/liftweb/O9DDgSZqkkc

Contributor file signature:
https://github.com/lift/framework/blob/master/contributors.md#name-23

@Shadowfiend
Copy link
Member

Haven't had a chance to take this for a spin yet, but it looks good.

@Shadowfiend
Copy link
Member

👍

@farmdawgnation
Copy link
Member

Gonna give this guy a test right quick like.

@farmdawgnation
Copy link
Member

Change looks simple enough; specs are passing in 2.9.1-2.10... let's get this guy in.

farmdawgnation added a commit that referenced this pull request Feb 15, 2014
Memoize declared fields to avoid reflection during case class decomposition.
@farmdawgnation farmdawgnation merged commit 1da8516 into lift:master Feb 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants