Enso2025
From APIDesign
(Difference between revisions)
(→Performance and Runtime) |
|||
| Line 5: | Line 5: | ||
* Optimizing Enso distribution by not [https://github.com/enso-org/enso/issues/11483 Wasting 100MB by Standard.Image] | * Optimizing Enso distribution by not [https://github.com/enso-org/enso/issues/11483 Wasting 100MB by Standard.Image] | ||
| + | * Rely more on ''Y.js'': [https://github.com/enso-org/enso/issues/11477 execute Y.js and Insight together] & co. | ||
| + | * Usual speed ups like [https://github.com/enso-org/enso/issues/11846 Benchmark ... and speed it up] | ||
| + | |||
| + | == Improving the GUI == | ||
| + | |||
| + | * [https://github.com/enso-org/enso/issues/12009 Progress API to report status of computation to the GUI] | ||
| + | |||
| + | == Language & Libraries == | ||
| + | |||
| + | * Encapsulation via '''private''' keyword | ||
| + | ** [https://github.com/enso-org/enso/pull/12052 Types with private constructors can be public] & co. | ||
| + | * Cleaning various [[API]]s up | ||
| + | ** [https://github.com/enso-org/enso/pull/12031 Reducing helper methods in ...] | ||
| + | |||
List of [https://github.com/enso-org/enso/issues?q=state%3Aclosed%20author%3Ajaroslavtulach%20closed%3A2025%20sort%3Acreated-asc 256 issues and requests] in year 2025. The next year is [[Enso2026]]. The previous year was [[Enso2024]]. | List of [https://github.com/enso-org/enso/issues?q=state%3Aclosed%20author%3Ajaroslavtulach%20closed%3A2025%20sort%3Acreated-asc 256 issues and requests] in year 2025. The next year is [[Enso2026]]. The previous year was [[Enso2024]]. | ||
Revision as of 08:27, 30 April 2026
In 2025 the Enso system has turned into really solid platform. Here is a curated list of important achievements:
Performance and Runtime
- Optimizing Enso distribution by not Wasting 100MB by Standard.Image
- Rely more on Y.js: execute Y.js and Insight together & co.
- Usual speed ups like Benchmark ... and speed it up
Improving the GUI
Language & Libraries
- Encapsulation via private keyword
- Cleaning various APIs up
List of 256 issues and requests in year 2025. The next year is Enso2026. The previous year was Enso2024.