What Switching From C# to Rust Actually Taught Me
从C#转向Rust,一次关于可控性与编译期安全的深刻对比,揭示内存管理哲学如何塑造代码行为。
I've spent most of my career writing C#. ASP.NET Core, EF Core, the whole ecosystem — it's productive, well-documented, and I've never had a real comp…
从C#转向Rust,一次关于可控性与编译期安全的深刻对比,揭示内存管理哲学如何塑造代码行为。
I've spent most of my career writing C#. ASP.NET Core, EF Core, the whole ecosystem — it's productive, well-documented, and I've never had a real comp…
安卓17 Beta6带来画中画任意悬浮、锁屏安全加固、内存限制、Linux终端升级等多项实用改进
IT之家 7 月 2 日消息,科技媒体 Android Authority 昨日(7 月 1 日)发布博文,报道称在安卓 17 QPR1 Beta 6 系统中, 谷歌进一步完善桌面窗口体验。 任务栏图标方面,在最新版本中位置从屏幕底部居中移动到左下角,让整个界面更接近传统桌面布局。 画中画窗口方面,…
固定KV缓存内存下,智能调度不同长度请求,突破LLM推理效率瓶颈。
arXiv:2508.06133v4 Announce Type: replace-cross Abstract: We study offline scheduling for large language model (LLM) serving under a fixed KV-cache me…
谷歌宣布分拆服务费和账单费,开放第三方支付,同时安卓17将限制App内存占用以提升流畅度。
IT之家 6 月 25 日消息,谷歌昨日(6 月 24 日)发布公告,宣布调整 Google Play Store 应用商店的收费和支付规则, 下调佣金比例,放开第三方支付方式。 在英国、欧盟经济区和美国市场,开发者可以根据自身需求,选择合适的 App 结算系统。对于上述地区用户而言,在 App 内…
谷歌安卓17强制App内存上限并新增权限控制,提升系统流畅度但引入Wi-Fi断网问题,开发者与用户需关注。
IT之家 6 月 20 日消息,科技媒体 Android Authority 昨日(6 月 19 日)发布博文, 指出在安卓 17 系统更新中,谷歌为 Pixel 10 等设备带来 4 项隐藏改进,包括自动终止内存占用过高 App 等。 一、应用内存限制 在安卓 17 系统中,谷歌引入了应用内存限制…
谷歌Android 17将按设备内存为每个App设定内存上限,超限即杀进程不留堆栈,Monzo银行测试ANR下降35%。
IT之家 6 月 11 日消息,谷歌官方发布博客,宣布将从 Android 17 开始引入更严格的应用内存管理机制。 简单来说,Android 17 将根据设备的物理内存(RAM)总量,为每个 App 设定明确的内存使用上限;一旦某个应用超出该上限,Android 将直接终止该进程,且不会留下常规的…
从轻松周末项目到性能噩梦,揭秘浏览器音频波形渲染的隐藏难点
A few months ago I thought displaying an audio waveform in the browser would be a weekend project. I was wrong. The first prototype worked fine with s…
16GB MacBook Air M3实测:4B与8B模型速度差异可接受,关键是“适配”与“交换”决定生死。
Article URL: https://prasadkhake.com/blog/16gb-mac-llm Comments URL: https://news.ycombinator.com/item?id=48358776 Points: 3 # Comments: 0
专为有状态LLM应用设计的记忆基础管理系统,VLDB26接收的高质量学术论文
arXiv:2605.29640v1 Announce Type: new Abstract: Large Language Models have revolutionized interactive applications; however, their finite context wind…
利用关键词书签实现协作内存分页,突破LLM长对话上下文窗口限制
arXiv:2604.12376v2 Announce Type: replace-cross Abstract: When LLM conversations grow beyond the context window, old content must be evicted -- but ho…
Linux内存管理维护者26年来首次离任,揭露内核维护链的脆弱性
I came across this breathlessly written article, the beginning of which I will reproduce below, so as to not give its author any more engagement: Titl…
GitHub开源项目,让LLM应用拥有长期记忆,同时将输入token平均削减68%,大幅降低API成本。
Article URL: https://github.com/Tem-Degu/streetai-memory Comments URL: https://news.ycombinator.com/item?id=48249509 Points: 1 # Comments: 0
针对树状推理扩展难题,提出结构感知的KV缓存管理方法,显著提升LLM推理效率。
arXiv:2605.22106v1 Announce Type: new Abstract: Recent progress in LLM reasoning has increasingly shifted from single-pass generation to explicit sear…
面向Superchip的LLM推理优化,提出SLO感知的旋转调度与内存管理方案,已被MLSys '26接收。
arXiv:2601.20309v2 Announce Type: replace-cross Abstract: Large Language Model (LLM) serving faces a fundamental tension between stringent latency Ser…
面向LLM推理的SLO感知旋转调度与内存管理技术,已被MLSys 2026录用,值得关注。
Article URL: https://supercomputing-system-ai-lab.github.io/projects/superinfer/ Comments URL: https://news.ycombinator.com/item?id=48188146 Points: 3…
将Q学习与有向无环图记忆追溯结合,让LLM智能体学会自动评估记忆价值,实现自演化记忆机制。
arXiv:2605.08374v3 Announce Type: replace Abstract: Episodic memory allows LLM agents to accumulate and retrieve experience, but current methods treat…