Skip to content

refactor: optional fzf_position needs to be passed in the base alg now #62

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

Merged
merged 1 commit into from
Feb 19, 2022

Conversation

Conni2461
Copy link
Member

@Conni2461 Conni2461 commented Feb 19, 2022

Closes #60

replacing bool with_pos

Leads to:

  • more readable code
  • less allocations

@Conni2461 Conni2461 force-pushed the refactor/position branch 9 times, most recently from 6e6b18c to 1804cd3 Compare February 19, 2022 20:11
replacing with_pos

Leads to:
- more readable code
- less allocations

Breaks:
- fzf_get_positions can now return NULL if there isnt a match and
  pattern is longer > 0 none whitespace bytes
@Conni2461 Conni2461 merged commit 8ec164b into main Feb 19, 2022
@Conni2461 Conni2461 deleted the refactor/position branch February 19, 2022 20:18
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.

refactor position to reduce allocations
1 participant