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

Remove intern calls on FieldMapper#Names for better performance #6747

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2014

  1. Remove intern calls on FieldMapper#Names

    remove internal callas on FieldMappers#Names, we properly reuse FieldMapper, so there is no need to try and call intern in order to reuse the names. This can be heavy with many fields and continuous mapping parsing.
    closes elastic#6747
    kimchy committed Jul 7, 2014
    Copy the full SHA
    333db44 View commit details
    Browse the repository at this point in the history