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

Improve map and map-ref. #209

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Improve map and map-ref. #209

merged 1 commit into from
Sep 11, 2024

Conversation

okamsn
Copy link
Owner

@okamsn okamsn commented Sep 11, 2024

  • Check as we go instead of using seq-uniq immediately, which tests have shown
    to always faster for the tested 10, 100, and 1000 entries.

  • Allow unique to be evaluated at run time. Optimize when we know
    when it is nil or non-nil at compile time.

  • Clarify Org docs.

- Check as we go instead of using `seq-uniq` immediately, which tests have shown
  to always faster for the tested 10, 100, and 1000 entries.

- Allow `unique` to be evaluated at run time.  Optimize when we know
  when it is `nil` or `non-nil` at compile time.

- Clarify Org docs.
@okamsn okamsn merged commit 64a95bc into master Sep 11, 2024
4 checks passed
@okamsn okamsn deleted the map-step-uniq branch September 11, 2024 23:05
github-actions bot added a commit that referenced this pull request Sep 11, 2024
This commit was copied from the master branch.

Commit: 64a95bc
Author: okamsn <[email protected]>
Date: 2024-09-11 23:05:21 +0000

Improve `map` and `map-ref`. (#209)

- Check as we go instead of using `seq-uniq` immediately, which tests have shown
  to always faster for the tested 10, 100, and 1000 entries.

- Allow `unique` to be evaluated at run time.  Optimize when we know
  when it is `nil` or `non-nil` at compile time.

- Clarify Org docs.

See also issue #179. Closes #179.
github-actions bot added a commit that referenced this pull request Sep 11, 2024
This commit was copied from the master branch.

Commit: 64a95bc
Author: okamsn <[email protected]>
Date: 2024-09-11 23:05:21 +0000

Improve `map` and `map-ref`. (#209)

- Check as we go instead of using `seq-uniq` immediately, which tests have shown
  to always faster for the tested 10, 100, and 1000 entries.

- Allow `unique` to be evaluated at run time.  Optimize when we know
  when it is `nil` or `non-nil` at compile time.

- Clarify Org docs.

See also issue #179. Closes #179.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant