中文
相关论文

相关论文: Efficient Computation of Positional Population Cou…

200 篇论文

The positional population count operation pospopcnt() counts for an array of w-bit words how often each of the w bits was set. Various applications in bioinformatics, database engineering, and digital processing exist. Building on earlier…

数据结构与算法 · 计算机科学 2026-03-09 Robert Clausecker , Daniel Lemire , Florian Schintke

Counting the number of ones in a binary stream is a common operation in database, information-retrieval, cryptographic and machine-learning applications. Most processors have dedicated instructions to count the number of ones in a word…

数据结构与算法 · 计算机科学 2018-09-07 Wojciech Muła , Nathan Kurz , Daniel Lemire

Modern processors have instructions to process 16 bytes or more at once. These instructions are called SIMD, for single instruction, multiple data. Recent advances have leveraged SIMD instructions to accelerate parsing of common Internet…

数据结构与算法 · 计算机科学 2025-06-05 Daniel Lemire

In many important applications -- such as search engines and relational database systems -- data is stored in the form of arrays of integers. Encoding and, most importantly, decoding of these arrays consumes considerable CPU time.…

信息检索 · 计算机科学 2021-02-02 Daniel Lemire , Leonid Boytsov

Converting binary integers to variable-length decimal strings is a fundamental operation in computing. Conventional fast approaches rely on recursive division and small lookup tables. We propose a SIMD-based algorithm that leverages integer…

数据结构与算法 · 计算机科学 2026-05-07 Jaël Champagne Gareau , Daniel Lemire

Many applications in Bayesian statistics are extremely computationally intensive. However, they are often inherently parallel, making them prime targets for modern massively parallel processors. Multi-core and distributed computing is…

统计计算 · 统计学 2021-05-10 David J. Warne , Scott A. Sisson , Christopher Drovandi

In software, text is often represented using Unicode formats (UTF-8 and UTF-16). We frequently have to convert text from one format to the other, a process called transcoding. Popular transcoding functions are slower than state-of-the-art…

分布式、并行与集群计算 · 计算机科学 2023-08-16 Daniel Lemire , Wojciech Muła

This paper describes several new improvements of modular arithmetic and how to exploit them in order to gain more efficient implementations of commonly used algorithms, especially in cryptographic applications. We further present a new…

密码学与安全 · 计算机科学 2013-10-15 Wilke Trei

Sorted lists of integers are commonly used in inverted indexes and database systems. They are often compressed in memory. We can use the SIMD instructions available in common processors to boost the speed of integer compression schemes. Our…

信息检索 · 计算机科学 2020-04-22 Daniel Lemire , Leonid Boytsov , Nathan Kurz

In current computer architectures, data movement (from die to network) is by far the most energy consuming part of an algorithm (10pJ/word on-die to 10,000pJ/word on the network). To increase memory locality at the hardware level and reduce…

计算物理 · 物理学 2018-01-17 H. Vincenti , R. Lehe , R. Sasanka , J-L. Vay

Compression algorithms are important for data oriented tasks, especially in the era of Big Data. Modern processors equipped with powerful SIMD instruction sets, provide us an opportunity for achieving better compression performance.…

信息检索 · 计算机科学 2015-04-15 Wayne Xin Zhao , Xudong Zhang , Daniel Lemire , Dongdong Shan , Jian-Yun Nie , Hongfei Yan , Ji-Rong Wen

Transformers, central to the successes in modern Natural Language Processing, often falter on arithmetic tasks despite their vast capabilities --which paradoxically include remarkable coding abilities. We observe that a crucial challenge is…

计算与语言 · 计算机科学 2023-11-28 Ruoqi Shen , Sébastien Bubeck , Ronen Eldan , Yin Tat Lee , Yuanzhi Li , Yi Zhang

Large-number arithmetic, widely used in scientific computing and cryptography, has seen limited adoption of single instruction, multiple data (SIMD) parallelism on modern CPUs due to the inherent dependencies in traditional algorithms. We…

分布式、并行与集群计算 · 计算机科学 2026-04-27 Subhrajit Das , Abhishek Bichhawat , Yuvraj Patel

This work presents novel methods to reduce computational and memory requirements for medical image segmentation with a large number of classes. We curiously observe challenges in maintaining state-of-the-art segmentation performance with…

计算机视觉与模式识别 · 计算机科学 2026-01-07 Aaron Kujawa , Thomas Booth , Tom Vercauteren

Neural encoding plays an important role in faithfully describing the temporally rich patterns, whose instances include human speech and environmental sounds. For tasks that involve classifying such spatio-temporal patterns with the Spiking…

神经与进化计算 · 计算机科学 2019-09-27 Zihan Pan , Jibin Wu , Yansong Chua , Malu Zhang , Haizhou Li

Compression can sometimes improve performance by making more of the data available to the processors faster. We consider the compression of integer keys in a B+-tree index. For this purpose, systems such as IBM DB2 use variable-byte…

数据库 · 计算机科学 2017-01-18 Daniel Lemire , Christoph Rupp

For years, SIMD/vector units have enhanced the capabilities of modern CPUs in High-Performance Computing (HPC) and mobile technology. Typical commercially-available SIMD units process up to 8 double-precision elements with one instruction.…

分布式、并行与集群计算 · 计算机科学 2023-11-14 Pablo Vizcaino , Georgios Ieronymakis , Nikolaos Dimou , Vassilis Papaefstathiou , Jesus Labarta , Filippo Mantovani

Neuromorphic applications emulate the processing performed by the brain by using spikes as inputs instead of time-varying analog stimuli. Therefore, these time-varying stimuli have to be encoded into spikes, which can induce important…

神经与进化计算 · 计算机科学 2024-12-30 Ahmad El Ferdaoussi , Eric Plourde , Jean Rouat

The method of random projections has become very popular for large-scale applications in statistical learning, information retrieval, bio-informatics and other applications. Using a well-designed coding scheme for the projected data, which…

机器学习 · 计算机科学 2013-08-12 Ping Li , Michael Mitzenmacher , Anshumali Shrivastava

In-memory computing (IMC) with single instruction multiple data (SIMD) setup enables memory to perform operations on the stored data in parallel to achieve high throughput and energy saving. To instruct a SIMD IMC hardware to compute a…

新兴技术 · 计算机科学 2024-12-04 Xingyue Qian , Chenyang Lv , Zhezhi He , Weikang Qian
‹ 上一页 1 2 3 10 下一页 ›