enso/tools/performance
Paweł Grabarz 42a7cb2d23
[Gui2] Opening projects and language server connection (#7813)
# Important Notes
- Binary LS endpoint is not yet handled.
- The parsing of provided source is not entirely correct, as each line (including imports) is treated as node. The usage of actual enso AST for nodes is not yet implemented.
- Modifications to the graph state are not yet synchronized back to the language server.
2023-09-22 03:43:25 +00:00
..
benchmark-analysis Add benchmarks comparing performance of Table operations 'vectorized' in Java vs performed in Enso (#7270) 2023-07-21 17:25:02 +00:00
comparative-benchmark Map Implementation (#1222) 2020-10-20 13:43:04 +02:00
engine-benchmarks [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Performance Utilities

This subfolder contains utilities dedicated to testing the performance of the Enso language implementation, but that are not part of the benchmark suites for the component libraries of the project.