ScratchData LogoScratchData
Back to ChromeCat_test's profile

5 million item virtual list

CHChromeCat_test•Created December 7, 2024
5 million item virtual list
32
22
592 views
View on Scratch

Instructions

This project creates a list, where each item is a reference to another list with 10k items! Thus with just 500 items this list is virtually a 5 million length list. It might look like strings, but it's actually real lists of lists going on. So the operations are much much faster than if it searched through strings. Also I know it seems kinda slow, but that's just the list monitor refreshing. It's actually reasonably quick. Lastly, I want to point out you can get a list up to size 1 million by importing from TW or modifying json, but this only allows you to read and replace and it uses a very large amount of the json. This is dynamic and allows all the list operations (albeit slower if you just want those two) -------------------- Thank you to @nembence for the awesome lists of lists hack.

Project Details

Project ID1107488281
CreatedDecember 7, 2024
Last ModifiedJanuary 12, 2025
SharedDecember 7, 2024
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root