TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #17841 · Fra 19

📰 AI Helped Uncover A "50-80x Improvement" For Linux's IO_uring Linux block maintainer and IO_uring lead developer Jens Axboe recently was debugging some slowdowns in the AHCI/SCSI code with IO_uring usage. When turning to Claude AI to help in sorting through the issue, patches were devised that can deliver up to a "literally yield a 50-80x improvement on the io_uring side for idle systems." The code is on its way to the Linux kernel... 🔗 Source: https://www.phoronix.com/news/AI-50-80x-IO-uring #linux#kernel

Riżultati

2 postijiet simili nstabu

Tfittxija: #crazyidea

当前筛选 #crazyidea清除筛选
The 2ndDim: That was I talking about!

@The2ndDim · Post #1501 · 29/06/2021 20:21

#WTF#Linux#CrazyIdea#梗 给那些经常把 vim 命令敲到各种奇怪地方的用户: 如果你把退出命令敲进 shell,那么你得到的基本上肯定是 command not found 。 那么下面的几个别名或许对你会有用: # 退出shell alias :q='exit' alias :wq='exit' # 退出shell但不保存命令历史记录 alias :q!='kill -9 $$'