Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Link together with "shared code files" have negative effect on performance. (Dyalog reference 16653) #47

Closed
cenghoff opened this issue Apr 8, 2019 · 1 comment · Fixed by #363
Labels
enhancement New feature or request
Milestone

Comments

@cenghoff
Copy link

cenghoff commented Apr 8, 2019

We often use a setup, where a large number of APL functions are stored in a shared code file.
All functions are in root namespace

When we link to files with "flatten" option is takes a very long time compared to when all functions are in stored directly in the work space.

Two workarounds can be used short term:

  1. Call Assimilate Shared Code Files (8666⌶⎕NULL) before calling ]link
  2. Use ⎕EX to delete the functions etc. before calling ]link
@abrudz abrudz added the enhancement New feature or request label Jun 18, 2019
@mkromberg mkromberg added this to the Link 3.0 milestone Aug 29, 2021
@e9gille e9gille linked a pull request Sep 29, 2021 that will close this issue
@mkromberg
Copy link
Contributor

Closed in version 3.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants