В Linux стандартными средствами можно использовать часть оперативной памяти как диск. Для этого требуется указать тип монтирования tmpfs в команде mount
mount -t tmpfs -o size=5G tmpfs /mnt/ram
Теперь путь /mnt/ram можно использовать как обычный каталог. Для чего это может быть нужно?
▫️ Скорость работы с таким каталогом выше чем многие SSD и тем более HDD.
▫️ Если у вас очень быстрый SSD на NVMe M.2 то такой способ особо не прибавит вам скорости, но поможет сохранить ресурс SSD когда требуется обрабатывать очень много мелких файлов и оперативка позволяет выделить нужный объем.
▫️ Оперативка это энергозависимая память, поэтому выключении питания все файлы безвозвратно теряются. Такой "non persistent" каталог гарантирует удаление временных файлов.
Я написал небольшой скрипт для условного теста и сравнения скорости копирования файлов между SSD и RAM.
Вот мои результаты:
Single File Size: 30.0Gb
ssd > ssd: 0:00:12.850 / 2.3Gb/s
sdd > ram: 0:00:06.453 / 4.6Gb/s
ram > ram: 0:00:06.995 / 4.3Gb/s
ram > sdd: 0:00:06.217 / 4.8Gb/s
Dir size: 32.7Gb, File count: 11127
ssd > ssd: 0:00:15.063 / 2.2Gb/s
sdd > ram: 0:00:08.486 / 3.9Gb/s
ram > ram: 0:00:08.032 / 4.1Gb/s
ram > sdd: 0:00:07.026 / 4.7Gb/s
Скрипт для теста ↗️
На моём железе прирост скорости ~2x. Плюс экономия ресурса SSD.
В Windows такой фишки по умолчанию нет, но обязательно найдутся аналогичные решения
#linux#triks
#The_Science🇺🇸📕[PDF]⬇️
4 #December2025
#Weekly_Magazines
For learning, for free(dom).
@backupofmagazines
This issue explores a century of quantum mechanics, where breakthroughs in quantum simulators, chemistry modeling, and information hardware illustrate how #QuantumTech and #AI innovation are reshaping modern science. As researchers revisit the Schrödinger equation’s legacy, new discoveries in DNA repair, materials design, and synthetic biology highlight cross-disciplinary shifts fueled by #FutureScience trends. With debates on #SciencePolicy and global collaboration, the issue captures a moment when #ResearchInnovation accelerates faster than ever, redefining both technology and our understanding of reality.
Recent Funding Rounds Overview
🔍Funding Highlights:
- Edera: $15M on Feb 25, 2025. Secure products launch. Learn more
- Zhongjiang Keyi: $13.83M on Feb 24, 2025. Nanjing's new material tech firm. Learn more
- Cholesgen: $13.83M on Feb 24, 2025. Innovating biopharmaceuticals for chronic diseases. Learn more
- Magdrive: $10.50M on Feb 25, 2025. High-power propulsion system for space. Learn more
- Arsenale Bioyards: $10M on Feb 25, 2025. Economical biomanufacturing through precision fermentation. Learn more
- Paradox Immunotherapeutics: $10M on Feb 25, 2025. Focused on rare disease treatments. Learn more
- BitDCA: $7.99M on Feb 24, 2025. New cryptocurrency distribution method. Learn more
- Dametis: $7.33M on Feb 21, 2025. Software for environmental performance challenges. Learn more
- QT Sense: $6.29M on Feb 25, 2025. Quantum sensing tech for biomedical research. Learn more
- Floodbase: $5M on Feb 20, 2025. AI platform for flood risk insurance. Learn more
#Funding#Edera#ZhongjiangKeyi#Cholesgen#Magdrive#ArsenaleBioyards#ParadoxImmunotherapeutics#BitDCA#Dametis#QTSense#Floodbase#Biotech#AI#Crypto#SpaceTech#Pharma#Innovation#EnvironmentalTech#QuantumTech#Biomanufacturing#RiskManagement