中国计算机学会(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.

相关推荐
shirsl1 小时前
算法 Day 5 树 / 二叉树 + DFS
数据结构·python·算法
木子算法1 小时前
非凸、离散、还耦合:论文里的求解方法是一条四步流水线
人工智能·算法·目标跟踪
虚无的纽扣1 小时前
【力扣刷题】第二天:无重复字符的最长字串、移动零问题
算法·leetcode·排序算法
张祥6422889042 小时前
牛顿迭代法求解开普勒方程:从RTKLIB源码到数值分析
人工智能·算法·机器学习
Niuguangshuo2 小时前
论文解读:Deep Speech 2,工业级英中端到端 ASR 系统报告
算法·音视频·语音识别
钓鱼的肝2 小时前
csp-j-s总结(2)
c++·经验分享·笔记·算法·青少年编程
奇妙之二进制2 小时前
机器人导航路径规划算法入门(6)Dijkstra(迪杰斯特拉)算法深入解析
算法·导航
Niuguangshuo3 小时前
论文解读:Qwen2-Audio,阿里的通用音频语言模型
算法·音视频·语音识别
WiChP4 小时前
【V0.1B16】从零开始的2D游戏引擎开发之路
开发语言·算法·游戏引擎
番茄巴士5 小时前
手写一个 mini HashMap,彻底搞懂哈希表原理
算法