Home / System / Getting a Technology System in Modern Day / Creation of GAIA OS pt:01 (Memory optimization)
Creation of GAIA OS pt:01 (Memory optimization)

As technology advances, it becomes more capable and more complex, and the same applies to operating systems.

Operating systems are becoming more memory-heavy as they come with an increasing amount of functions. As a result, storage space is becoming a precious commodity, especially for mobile devices.

Aron recognized this issue and chose to start his work on the GAIA OS with the optimization of storage.

To accomplish this, he started his optimization of the storage by implementing a smart repository system.

The repository system allows the Operating system to identify which files are being used the most and which ones are rarely used. It stores frequently accessed files in faster memory such as RAM or SSD, while files that are rarely used are stored on slower, but larger storage devices like hard drives.

As for mobile devices, Aron wrote a code to compress and store files in a more compact way to reduce the amount of storage space required for each file. He also added in the code to
Continue to read this book on the App

Related Chapters

Latest Chapter