Kenny Chour

Results 2 issues of Kenny Chour

Currently using Julia 1.3.1 and installed pyjulia via `python3 -m pip install --user julia` Per instructions from this [link](https://pyjulia.readthedocs.io/en/latest/sysimage.html), I am trying to run `python3 -m julia.sysimage sys.so` to obtain...

I was able to grow the underlying memory mapped file. In the `dict.py` module around line 184ish, I did the following: ``` def _save_memory(self, db: Dict[str, Any]) -> None: """Allocate...