From d458ddf4d43b134a812112ea493571c02ad58dd9 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 23 Mar 2021 09:45:12 -0400 Subject: [PATCH] Add TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b077e97..efcb64b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Development branch. Probably does not work. node. - [ ] Provide "minimal allocations" option that uses `unsafe` to reuse the input byte array as storage for strings. +- [ ] Cache reflection operations per type. ## Ideas