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

Bitarray split_once and tests #572

Closed

Conversation

AinTEAsports
Copy link

Made a bit_array.split_once(BitArray, BitArray) -> #(BitArray, BitArray) and added tests in tests/.

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

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

Thank you! Given this is a function that will be called in a tight loop we need to make sure it's as performant as possible. Let's use the Erlang split function to implement it on Erlang, and on JavaScript we could use a JavaScript native implementation there too.

@lpil
Copy link
Member

lpil commented May 20, 2024

Closing due to inactivity. Please feel free to reopen! Thank you

@lpil lpil closed this May 20, 2024
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