From 0eca35bfa306618b81211ac01bd07cde0cb579db Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 16 Jan 2022 17:28:37 -0500 Subject: [PATCH] dreaming about concurrent backings for the processing.data classes --- core/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 228b1668c..da2460b5d 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -11,6 +11,9 @@ X this may be a problem for anything that was relying on those internals X removed MouseEvent.getClickCount() and MouseEvent.getAmount() X these had been deprecated, not clear they were used anywhere +_ concurrent StringDict et al +_ why no concurrent TreemMap? https://stackoverflow.com/a/17656453 +_ https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html _ how to handle fallback fonts _ could implement this for the default, but also, SansSerif sucks