中国计算机学会(CCF)推荐学术会议-B(计算机体系结构/并行与分布计算/存储系统):SPAA 2026

SPAA 2026

The 38th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA '26) is sponsored by the ACM Special Interest Groups on Algorithms and Computation Theory (SIGACT) and Computer Architecture (SIGARCH) and organized in cooperation with the European Association for Theoretical Computer Science.

重要信息

CCF推荐:B(计算机体系结构/并行与分布计算/存储系统)

录用率:47.4%(55/116,2025年)

时间地点:2026年7月6日-伦敦·英国

截稿时间:2026年2月20日

大会官网:https://spaa.acm.org/

Call for Papers

Parallel and distributed algorithms.

Parallel, concurrent, and distributed data structures.

Parallel complexity theory.

Scheduling algorithms for parallel machines.

Computational models for parallel and distributed computing.

Interplay between algorithmic parallelism, programming, and architecture.

Parallel programming languages.

Parallel programming frameworks and domain-specific languages.

System software for parallel and concurrent programming, including (but not limited) to runtime systems, compilers, and tools.

Parallel and distributed architectures.

Supercomputer architecture and high-performance computing.

Instruction-level parallelism and VLSI.

Parallelism in emerging hardware platforms, including AI accelerators, processing-in-memory, and quantum computing.

Energy-efficient ("green") computing and power-aware architectures.

Transactional memory: hardware and software.

Management and processing of massive data sets.

Memory or I/O-efficient algorithms.

Parallelism in machine learning.

Routing and information dissemination.

Peer-to-peer systems.

Mobile, ad hoc, and sensor networks.

Regular Papers

A regular paper must present original, unpublished work not under concurrent submission. It may not exceed ten (10) single-spaced, double-column pages (excluding the bibliography). All details supporting the main claims should appear within those ten pages or in clearly marked supplementary material, though reviewers are not obligated to read the supplementary material.

相关推荐
To_OC15 小时前
LC 1 两数之和:面试第一道必考题,暴力解法直接被面试官 pass
javascript·算法·leetcode
鱼鱼不愚与20 小时前
《原来如此 | 第01期:为什么导航软件能预测红绿灯倒计时?》
算法
复杂网络1 天前
论最小 Agent 计算机的形态
算法
kisshyshy2 天前
🍦 雪糕、食堂、火车厢:三幅漫画吃透栈、队列与链表
javascript·算法
猿人谷2 天前
不只是 CPU 阈值:STAR 如何用 GAT + Transformer 做容器级自动扩缩容?
人工智能·算法
复杂网络2 天前
Stable Diffusion 视觉大模型微调技术深度调研
算法
复杂网络2 天前
基于 Stable Diffusion 架构的视觉大模型代表性工作与原理深度解析
算法
MrZhao4002 天前
Agent Loop 如何用 Hook 扩展:权限、日志与工具拦截
算法
MrZhao4002 天前
Agent 为什么需要 Skills:别把所有知识都塞进 system prompt
算法
JieE2123 天前
LeetCode 101. 对称二叉树|JS 递归 + 迭代双解法,彻底搞懂镜像判断
javascript·算法