Author: Matti Picus <[email protected]> Branch: unicode-utf8 Changeset: r95929:069cf9f2f5b3 Date: 2019-02-09 20:16 +0100 http://bitbucket.org/pypy/pypy/changeset/069cf9f2f5b3/
Log: remove done items from TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ * find a better way to run "find" without creating the index storage, if one is not already readily available (understand cost now, improve after merge) -* write the correct jit_elidable in _get_index_storage (Armin) * improve performance of splitlines -* stop using runicode/unicode and move MAXUNICODE to rutf8 (Matti) * think about cost of utf8 list strategy (Armin and CF) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
