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

FB should be faster #106

Open
8 of 11 tasks
kamil-adam opened this issue Oct 16, 2022 · 0 comments
Open
8 of 11 tasks

FB should be faster #106

kamil-adam opened this issue Oct 16, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kamil-adam
Copy link
Contributor

kamil-adam commented Oct 16, 2022

99botles for 16 bits is too slow

FB should be faster:

  • Use <.>
  • Join similar instruction together:
    • + and - as Inc
    • > and < as Move
  • Find complex instruction:
    • Clear ([-] and [+])
    • Set (Clear Int)
    • Add0 and Sub0
    • Dup0
    • Add and Sub
  • Compile to lambdas
@kamil-adam kamil-adam added the bug Something isn't working label Oct 16, 2022
@kamil-adam kamil-adam added this to the 2. Word Automata milestone Oct 16, 2022
@kamil-adam kamil-adam pinned this issue Oct 21, 2022
@kamil-adam kamil-adam unpinned this issue Nov 13, 2022
@kamil-adam kamil-adam pinned this issue Nov 26, 2022
@kamil-adam kamil-adam unpinned this issue Dec 10, 2022
@kamil-adam kamil-adam pinned this issue Feb 13, 2023
@kamil-adam kamil-adam unpinned this issue Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants