Stream: helpdesk (published)

Topic: using .ji files


view this post on Zulip Rein Zustand (Mar 01 2021 at 14:10):

Use case: I want to precompile my .jl files. I managed to create a .ji file based on https://github.com/JuliaLang/julia/issues/32926#issuecomment-522043620. While for reading a .ji file, I'm basing on https://groups.google.com/g/julia-users/c/pVrPLUAdT3U. But the answer in that thread for reading a .ji file (Base._include_from_serialized(open(readbytes, "myfile.ji"))) is outdated. What is the v1.x way of reading a .ji file?


Last updated: Oct 02 2023 at 04:34 UTC