# Roadmap for small binaries

**URL:** https://discourse.julialang.org/t/roadmap-for-small-binaries/99266
**Category:** Internals & Design
**Tags:** question
**Created:** [May 23, 2023, 8:41am UTC](https://discourse.julialang.org/t/roadmap-for-small-binaries/99266 "2023-05-23T08:41:09Z")
**Posts on this page:** 1
**Showing post:** 47

<div class="post-metadata">

### Author: ![woclass](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/woclass/32/212699_2.png) [@woclass](https://discourse.julialang.org/u/woclass)
#### Post date: [October 20, 2023, 3:21am UTC](https://discourse.julialang.org/t/roadmap-for-small-binaries/99266/47 "2023-10-20T03:21:18Z")

</div>

> [@A prototype of \`pkgimage\` binary cache system for reducing latency](https://discourse.julialang.org/t/a-prototype-of-pkgimage-binary-cache-system-for-reducing-latency/85610):
>
> This is a repost from the slack. Slack doesn’t work quite well for long articles, so I decide to repost it here. Recently we ([Tongyuan](https://github.com/Suzhou-Tongyuan)) have investigated into binary compilation using LLVM’s new JIT linking architecture. In short, we have coded a prototype which can generate binary code from the test files of the packages individually and load them in a new session to remove latency. Contrasted to PackageCompiler, our prototype can now compile the package separately, where the compile time is l…

---

_[View the full topic](https://discourse.julialang.org/t/roadmap-for-small-binaries/99266)._
