Commit Graph

13 Commits

Author SHA1 Message Date
Adam Hathcock 9586ca3a37 update time usage 2025-04-29 10:39:20 +01:00
Adam Hathcock ad93dafb35 Merge remote-tracking branch 'origin/main' into adam/createFromJson 2025-04-29 10:27:35 +01:00
Iain Sproat 920099c39f chore(readable code): use TIME_MS for readable durations
- we recently added TIME_MS helper; this applies it to existing durations
2025-04-18 17:51:43 +01:00
Adam Hathcock bedb649407 fix options 2025-04-14 10:34:55 +01:00
Adam Hathcock 7ac5b9afb0 add tests for memory usage for cache and download 2025-04-14 10:34:32 +01:00
Adam Hathcock 7f0390c51d add camelcase ignore 2025-04-10 17:11:08 +01:00
Adam Hathcock 5f35d1fc9b add traverse test 2025-04-10 14:30:12 +01:00
Adam Hathcock 7f2614cc00 add snapshot testing 2025-04-10 13:54:08 +01:00
Adam Hathcock 8705300557 add traverser 2025-04-10 11:10:21 +01:00
Adam Hathcock e0f17d421a make deferment manager and add tests for it and getObject 2025-04-09 16:44:59 +01:00
Adam Hathcock 8f67e52e38 deferred base usage correction 2025-04-09 15:50:24 +01:00
Adam Hathcock cfb561c1c2 add createFromObjects and createFromJSON 2025-04-09 15:13:32 +01:00
Adam Hathcock 975f0e1a51 feat(objectloader): ObjectLoader2: use indexdb as cache and batch download objects (#4172)
* feat(objectloader2): Made objectloader2 to be faster!

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2025-03-27 10:47:10 +00:00