-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance and adapt existing bechmarks to SimPhoNy v4 (#789)
* Improve performance when creating individuals. * Introduced `lru_cache_weak` and `lru_cache_timestamp` decorators. Introduced the `take` method to take a limited number of items from an iterator. * Apply such decorators to methods from `OntologyEntity`, `OntologyClass` in order to achieve faster performance while keeping the cache coherent when changes are done to a `Session`'s graph. * Adapt existing benchmarks to SimPhoNy v4. * Fix performance on various places so that it is on par with SimPhoNy v3. * Fetch FOAF from web archive (currently unavailable). * Code review changes.
- Loading branch information
Showing
13 changed files
with
1,114 additions
and
656 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
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
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
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
Oops, something went wrong.