TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #335 · 29 мар.

В 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

Hashtags

Резултати

Пронајдени 2 слични објави

Пребарај: #newbot

当前筛选 #newbot清除筛选
CW Projects

@cwprojects · Post #152 · 16.03.2020 г., 16:09

#NewBot Introducing @UptoGDriveBot.My first bot project in Google API which is made for uploading files to your google drive from telegram or via a direct HTTP URL. Features: -> More convenient authorization method. -> Supports uploading telegram files directly to your google drive. -> You can access your google drive straight inside the telegram and can perform certain actions such as deletions,trashing etc. -> Faster downloading as well as uploading. -> Able to check your account information -> Provides full metadatas of all your files -> you can access your trash and can restore files from the trash -> No restrictions and limits (don't misuse the freedom) Bugs: As usual this is also an initial build.So if you found anything let me know in @W4RR10R NB: I know there are may bots available in telegram which does the same job still I've done this just for learning more about the Google APIs and for my satisfaction 😁 Note: 1. Upload and download speeds are tested in the faster and responsive hosts.So that may vary according to the server load,data center location and the host which you are trying to upload from. 2. The links which you are trying to upload must be a valid streamable/direct urls. See in action 👉@UptoGdriveBot ● @cwprojects ●@W4RR10R

Hashtags