Skip to content

Rework for julia-0.7

Compare
Choose a tag to compare
@timholy timholy released this 20 Dec 14:06
· 808 commits to master since this release
ea5457d

A major release that reworks the major internals and specifically how cache files are used:

  • parsing is no longer required to determine the files associated with a package
  • exploits new storage in *.ji cache files so that we process precompiled packages only when revisions are detected
  • the performance hit of Revise should be greatly diminished
  • easier tracking of changes to Base