Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-edwards authored Sep 23, 2024
1 parent 2377101 commit 41bf4cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ Not bad for running on my pretty dinky work laptop (16 GB RM, Intel Core i7-1270
## Caching

`NFLData.jl` relies on Julia's JIT compilation to speed up running large objects into memory. However, JIT compiliation does not persist across sessions. `NFLData.jl` uses `Scratch.jl` to cache the data objects referenced across sessions, so subsequent calls that reference the same data objects are faster even if the call comes from a different Julia session. To learn more about this behavior, please visit the [Caching](caching.md) chapter of this docomentation.

## Logo Attribution
The NFLData.jl logo is sourced from [Font Awesome Free 5.2.0 by @fontawesome](https://fontawesome.com). It has been remixed from its original form under the [Creative Commons](https://en.wikipedia.org/wiki/en:Creative_Commons) [Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/deed.en) license.

0 comments on commit 41bf4cc

Please sign in to comment.