evinism / evinism/lambda-explorer

move to more performant internal representation

Abierto
#7 0 comentarios 0 reacciones 0 asignados Ver en GitHub
performance
Lenguaje dominante
JavaScript
Estrellas
69
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The current internal representation leaves a lot to be desired.

Low hanging fruit would be to directly represent a(a(a(a(b)))) not as 5 different functions, but maybe just one function with a `composed: 4` key. That would probably make performance actually acceptable for large functions.

The final version of this is that we can probably get hella hella speed improvements if we 'compile' the expression before beta reduction... but that sounds hard.

Requires having tests

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.