enso/std-bits
Jaroslav Tulach ecd1fdc3f8
Caching the grapheme_length of a Text (#3864)
Computing length of a text takes time. Let's cache it after first computation.

# Important Notes
Wrote `StringBenchmarks` that sums lengths of (the same) `Text` present many time in a `Vector`. Initially it took `383.673 ms` per operation. Then it took `0.031 ms/op`. Looks like the `length` calls are returning instantly as they get cached.
2022-11-14 15:53:10 +00:00
..
base/src/main/java/org/enso/base Caching the grapheme_length of a Text (#3864) 2022-11-14 15:53:10 +00:00
database/src/main/java/org/enso/database Restructuring Database.Connection to allow for database specific types. (#3632) 2022-09-07 17:32:28 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Suppress some obvious warnings (#3768) 2022-10-07 10:07:40 +00:00
table/src/main Expanding Derived Columns and Expression Syntax (#3782) 2022-11-08 15:57:59 +00:00