Skip to content

Commit

Permalink
MDL-78266 core: Simplify string fetching/storing/retrieval
Browse files Browse the repository at this point in the history
Rather than storing strings by an ID, we instead store them by the
string placeholder value.

This means that:
- we can fetch them by placeholder (e.g. `[[_s144]]`) rather than by
  index
- we can lazily clean them on fetch
- we only clean them once, rather than on every insertion.
  • Loading branch information
andrewnicols committed May 25, 2023
1 parent a438e2c commit 18dc795
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 22 deletions.

0 comments on commit 18dc795

Please sign in to comment.