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

Optimize cell? and fix docstrings #44

Merged
merged 3 commits into from Oct 30, 2023
Merged

Conversation

borkdude
Copy link
Contributor

  • This optimizes the speed of cell? with almost 3x
  • Some docstrings were placed wrong
  • Some namespaces were loaded but unused

@@ -108,7 +107,6 @@
empty?* #(= 0 (count %))
dot? #(= '. (first %))
try? #(= 'try (first %))
catch? #(= 'catch (first %))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catch appeared to be unused

@borkdude
Copy link
Contributor Author

I'll take a look into why the tests are failing

@mynomoto mynomoto merged commit dbd3f89 into hoplon:master Oct 30, 2023
1 check passed
@mynomoto
Copy link
Contributor

Thank you!

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.

None yet

2 participants