-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instance Cache added to DocumentParser::parse() (#788)
- I've discovered that this method was being called a lot of times when indexing large volumes of documents with my bulk indexer code. - Constantly parsing a Reflection class was becoming too costly so I've added an instance cache to store the document information.
- Loading branch information
1 parent
1bb0c31
commit b638601
Showing
1 changed file
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters