Don't think @memorize fit any case.
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 1k
- Forks
- 34
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I saw you use first argument as key of cache.
What if the first argument is an object, like this:
```js
const a = {};
const b = {c: {}}
String(a) //"[object Object]"
String(b) //"[object Object]"
```
Besides, can you provide any benchmark tests?
I don't think it fit any case.
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.