bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

Pre-render "form" strings? #40

Open bdarcus opened 1 year ago

bdarcus commented 1 year ago

One performance idea to try:

Rather than rendering string options as needed, it might make sense to format the options in one go, in parallel, and store them in a HashMap?