https://github.com/xiaodaigh/databundle
A pre-compiled Julia Data Bundle
https://github.com/xiaodaigh/databundle
Last synced: 2 months ago
JSON representation
A pre-compiled Julia Data Bundle
- Host: GitHub
- URL: https://github.com/xiaodaigh/databundle
- Owner: xiaodaigh
- Created: 2019-03-24T11:18:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T11:34:50.000Z (about 6 years ago)
- Last Synced: 2025-01-21T10:08:29.103Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataBundle
A pre-compiled Julia Data BundleIncludes these pacakges in pre-compiled state
* DataFreames
* Plots
* GLM
* DataFrames
* CSVFles# What is it for?
I have pre-compiled the above packages using PackageCompiler.jl on Windows 10. If you use the compile version there is no more compilation latency! That is `using Pkg` will take no time at all for the packages listed above.# How to use?
* Navigate to `C:\Users\YourUserName\AppData\Local\Julia-1.1.0\lib\julia`
* **Important** make a backup of `sys.dll`
* Close all Julia sessions
* Download the `sys.dll` file and replace the `sys.dll` file the one you have downloaded
* Restart Julia `@time using DataFrames, Plots, GLM, DataFrames, CSVFiles` and ENJOY!