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

Performance tips #4

Closed
matu3ba opened this issue Aug 15, 2021 · 1 comment
Closed

Performance tips #4

matu3ba opened this issue Aug 15, 2021 · 1 comment

Comments

@matu3ba
Copy link

matu3ba commented Aug 15, 2021

  1. Make sure the problem is not too complex for lua 5.1 and the lua ecosystem, so your effort will have results.
  2. Prototype a minimal viable product to understand performance tradeoffs on the problem.

Sources to decide 1:
luajit wiki http://wiki.luajit.org/Home
luajit not implemented http://wiki.luajit.org/NYI#libraries_string-library
numerical computing guide http://wiki.luajit.org/Numerical-Computing-Performance-Guide
scilua https://scilua.org/optimizing.html

plenary.nvim
nvim wishlist (what is missing in lua for neovim)

Other typical used languages to use (for a subpart of your problem):

  • fennel
  • python
  • nodejs/typescript
  • C
  • Rust
  • ...

We want to keep it short except for lua, since there are no good documents elsewhere.

@mfussenegger
Copy link
Collaborator

See #2 (comment)

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

No branches or pull requests

2 participants