Don't think @memorize fit any case.
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 1k
- Forks
- 34
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.