This is a very fast fibonacci calculator, even for scratch. Though, compared to something like c++ programs or other platforms this is nowhere near the speeds of those. This is HEAVILY inspired by @Molybdenum with his "Very Large Factorials" project. I instantly fell in love with that project after seeing how powerful it is and soon into bignums. With enough courage, i made this thing. Very fast, very optimized, very pretty to look at. Speed and functions: -optimized gap filler (about 20000 digits filled in less than 0.1 seconds) -optimized adder (calculates by 14 digits at a time, this is what speeds up this project the most) -takes ~0.45 seconds to calculate 2048th fibonacci -takes ~9.5 seconds to calculate 10000th fibonacci -takes ~14 mins 50 seconds to calculate 100000th fibonacci (yes i waited) -very precise time calculator (days since 2000, can literally count milliseconds) -simple and (kinda) easy to read -seamless display + full number and length displayer with 60 digits per line -length approximater up to fibonacci 100000 almost without error