中文
相关论文

相关论文: Split block Bloom filters

200 篇论文

This paper presents SplitBox, a scalable system for privately processing network functions that are outsourced as software processes to the cloud. Specifically, providers processing the network functions do not learn the network policies…

密码学与安全 · 计算机科学 2016-05-13 Hassan Jameel Asghar , Luca Melis , Cyril Soldani , Emiliano De Cristofaro , Mohamed Ali Kaafar , Laurent Mathy

Block-sparse attention is promising for accelerating long-context LLM pre-filling, yet identifying relevant blocks efficiently remains a bottleneck. Existing methods typically employ coarse-grained attention as a proxy for block importance…

计算与语言 · 计算机科学 2026-05-26 Xinghao Wang , Pengyu Wang , Xiaoran Liu , Fangxu Liu , Jason Chu , Kai Song , Xipeng Qiu

Big Data is the most popular emerging trends that becomes a blessing for human kinds and it is the necessity of day-to-day life. For example, Facebook. Every person involves with producing data either directly or indirectly. Thus, Big Data…

数据库 · 计算机科学 2019-03-18 Ripon Patgiri , Sabuzima Nayak , Samir Kumar Borgohain

We present a simple $q$-gram based semi-index, which allows to look for a pattern typically only in a small fraction of text blocks. Several space-time tradeoffs are presented. Experiments on Pizza & Chili datasets show that our solution is…

数据结构与算法 · 计算机科学 2022-07-26 Szymon Grabowski , Robert Susik , Marcin Raniszewski

Context: The combination of distributed stream processing with microservice architectures is an emerging pattern for building data-intensive software systems. In such systems, stream processing frameworks such as Apache Flink, Apache Kafka…

软件工程 · 计算机科学 2023-11-02 Sören Henning , Wilhelm Hasselbring

Distributed data processing platforms for cloud computing are important tools for large-scale data analytics. Apache Hadoop MapReduce has become the de facto standard in this space, though its programming interface is relatively low-level,…

分布式、并行与集群计算 · 计算机科学 2018-03-30 Bilal Akil , Ying Zhou , Uwe Röhm

Improving data systems' performance for join operations has long been an issue of great importance. More recently, a lot of focus has been devoted to multi-way join performance and especially on reducing the negative impact of producing…

数据库 · 计算机科学 2023-09-01 Qingzhi Ma

The configurable building blocks of current FPGAs -- Logic blocks (LBs), Digital Signal Processing (DSP) slices, and Block RAMs (BRAMs) -- make them efficient hardware accelerators for the rapid-changing world of Deep Learning (DL).…

硬件体系结构 · 计算机科学 2021-10-01 Aman Arora , Bagus Hanindhito , Lizy K. John

Fine-tuning a large language model (LLM) using the local data of edge users can enable personalized services and applications. For privacy protection, the prevalent solution adopts distributed learning for fine-tuning and integrates…

分布式、并行与集群计算 · 计算机科学 2025-01-24 Songge Zhang , Guoliang Cheng , Zuguang Li , Wen Wu

Distributed dataflow systems like Spark and Flink enable data-parallel processing of large datasets on clusters of cloud resources. Yet, selecting appropriate computational resources for dataflow jobs is often challenging. For efficient…

分布式、并行与集群计算 · 计算机科学 2025-03-03 Jonathan Will , Lauritz Thamsen , Jonathan Bader , Odej Kao

Bloom filter is a space-efficient probabilistic data structure for checking elements' membership in a set. Given multiple sets, however, a standard Bloom filter is not sufficient when looking for the items to which an element or a set of…

数据结构与算法 · 计算机科学 2019-01-14 Francesco Concas , Pengfei Xu , Mohammad A. Hoque , Jiaheng Lu , Sasu Tarkoma

We provide a simple method for improving the performance of the recently introduced learned Bloom filters, by showing that they perform better when the learned function is sandwiched between two Bloom filters.

数据结构与算法 · 计算机科学 2018-03-06 Michael Mitzenmacher

Access plan recommendation is a query optimization approach that executes new queries using prior created query execution plans (QEPs). The query optimizer divides the query space into clusters in the mentioned method. However, traditional…

数据库 · 计算机科学 2022-10-14 Elham Azhir , Mehdi Hosseinzadeh , Faheem Khan , Amir Mosavi

The DEEP projects have developed a variety of hardware and software technologies aiming at improving the efficiency and usability of next generation high-performance computers. They evolve around an innovative concept for heterogeneous…

分布式、并行与集群计算 · 计算机科学 2019-04-11 Anke Kreuzer , Jorge Amaya , Norbert Eicker , Estela Suarez

The extensive use of HPC infrastructures and frameworks for running dataintensive applications has led to a growing interest in data partitioning techniques and strategies. In fact, application performance can be heavily affected by how…

分布式、并行与集群计算 · 计算机科学 2024-02-02 Riccardo Cantini , Fabrizio Marozzo , Alessio Orsino , Domenico Talia , Paolo Trunfio , Rosa M. Badia , Jorge Ejarque , Fernando Vazquez

Point clouds are increasingly important in intelligent applications, but frequent off-chip memory traffic in accelerators causes pipeline stalls and leads to high energy consumption. While conventional line buffer techniques can eliminate…

硬件体系结构 · 计算机科学 2025-07-01 Yu Feng , Zheng Liu , Weikai Lin , Zihan Liu , Jingwen Leng , Minyi Guo , Zhezhi He , Jieru Zhao , Yuhao Zhu

In our previous work we introduced a so-called Amdahl blade microserver that combines a low-power Atom processor, with a GPU and an SSD to provide a balanced and energy-efficient system. Our preliminary results suggested that the sequential…

分布式、并行与集群计算 · 计算机科学 2014-08-12 Da Zheng , Alexander Szalay , Andreas Terzis

Memory allocation, though constituting only a small portion of the executed code, can have a "butterfly effect" on overall program performance, leading to significant and far-reaching impacts. Despite accounting for just approximately 5% of…

分布式、并行与集群计算 · 计算机科学 2025-08-29 Ruihao Li , Qinzhe Wu , Krishna Kavi , Gayatri Mehta , Jonathan C. Beard , Neeraja J. Yadwadkar , Lizy K. John

Applications involving telecommunication call data records, web pages, online transactions, medical records, stock markets, climate warning systems, etc., necessitate efficient management and processing of such massively exponential amount…

信息检索 · 计算机科学 2012-12-18 Suman K. Bera , Sourav Dutta , Ankur Narang , Souvik Bhattacherjee

Distributed dataflow systems such as Apache Spark or Apache Flink enable parallel, in-memory data processing on large clusters of commodity hardware. Consequently, the appropriate amount of memory to allocate to the cluster is a crucial…

分布式、并行与集群计算 · 计算机科学 2023-06-08 Jonathan Will , Lauritz Thamsen , Dominik Scheinert , Odej Kao