Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
2198845aae
Merge pull request 'dev/Memory_pooling_adjustments' (#1) from dev/Memory_pooling_adjustments into main
89de5a56e0
Fixed small issues within the file load and the precompiler script, added a final test benchmark suit to compare old Julia MSI library with current
05cb79253f
cleaned the repository from dead code, simplified some functions, users can now create a system image of the JuliaMSI repo that runs the core dependencies faster without compiler time, alongside a docker environment for running scripts, the instructions are on the readme
8c37ea64aa
fixed disk and memory bloat when loading several files, created zero-copy mmaps for msidata type objects for easier cache storage and less memory overhead, improved load times for files in general across the whole JuliaMSI environment
70fff16170
more secure locks and a script to create a system image of juliaMSI for faster boot times, still experimental but everything else remains pristine