Changes between Version 1 and Version 2 of Ticket #16787, comment 5
- Timestamp:
- Feb 5, 2021, 8:56:09 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16787, comment 5
v1 v2 25 25 26 26 package_fs will map all needed files from imported packages to current package directory as symbolic links. Something like executable symbol resolution. 27 28 It will also improve OS loading speed (I tested that mounding package_fs takes several seconds) and reduce memory usage by `package_fs` because directory merging will be not required anymore. package_fs can lookup specific package when its package directory is accessed.