#I need help making a read and write ram system
1 messages · Page 1 of 1 (latest)
sounds like lists
No it can’t be a list because that thing has a32k item list and it only uses 100 chips
it can be a list, im pretty sure this "1 gb ram" uses typecasted string lists
its a bug, and allows for the storing of several hundred or even thousands of strings
a single glitched List<List<String>> can store 263,169 strings
a glitched List<List<List<String>>> can store 135,005,697 strings
How do you do that though
You dont, its a bug
Conviently, 2097152 is 128 cubed
something tells me they are using a List<List<List<String>>>, each with 128 elements, meaning 128^3 strings, or 2097152
Well there has to be a way to do the bug since they did it
Depends on what you want to use this for
I’m making an ai system where I need it to learn millions of inputs
then no, i wont tell you
Typecasting should not be used functionally, because its an unstable bug which will be fixed in the future, breaking everything that used it
👍
also, wdym by this?
Like, AI a neural network, or AI as something that moves around etc
Because if you want to make an AI that can path from A to B, what you are looking for is a pathfinding algorithm
Yes but it’s for a car.
then yikes
Yes
I’ll just use that invention then he has a 16gb version🙃
Each value I store has 3 inputs, one for speed, one for rotation one for wall locations so it should be fine