Forums - Open Redstone Engineers
HCP V3 - Brief History And Progress - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: ORE General (https://forum.openredstone.org/forum-39.html)
+--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html)
+---- Forum: In Progress (https://forum.openredstone.org/forum-20.html)
+---- Thread: HCP V3 - Brief History And Progress (/thread-6839.html)

Pages: 1 2


RE: HCP V3 - Brief History And Progress - Magic :^) - 08-09-2015

Heh ive been consumed looong ago. I have become one with the ether


RE: HCP V3 - Brief History And Progress - LordDecapo - 08-09-2015

I have had that avatar made for ages, I finally got with Tyler so he could raise the file size limit and allow me to upload it xD.
Cache(s?) You will have multiple?
What kinda replacement algorithm are you gonna use?


RE: HCP V3 - Brief History And Progress - Halflife390 - 08-10-2015

Input and Output cache. But considering that you wont be writing to RAM that often this might be omitted and a simpler system will be put in place to do this. I'm not using any algorithm at the moment, when the cache is full it will cease accessing RAM until it reaches the last memory location or a cache miss occurs. The it will be purged and new data will replace it. Obviously this isn't very efficient but as I have never done caching before in redstone I'm starting off simple.