Given an integer array A, the prefix-sum problem is to answer sum(i) queries that return the sum of the elements in A[0.i], knowing that the integers in A can be changed. It is a classic problem in data structure design with a wide range of applications in computing from coding to databases. In this work, we propose and compare practical solutions to this problem, showing that new trade-offs between the performance of queries and updates can be achieved on modern hardware
Data mining and related applications often rely on extensive range sum queries and thus, it is impor...
Function h on lists is a list homomorphism, if h [a] = f a h (x ++ y) = h x h y for some . Proper...
In response to queries asked to a statistical database, the query system should avoid releasing summ...
Given an integer array A, the prefix-sum problem is to answer sum(i) queries that return the sum of ...
In this paper we study the Prefix Sum problem introduced by Fredman. We show that it is possible to ...
Prefix sums are key building blocks in the implementation of many concurrent software applications, ...
Abstract: "Experienced algorithm designers rely heavily on a set of building blocks and on the tools...
AbstractThe prefix-sum operation, which returns all prefix sums on a sequence of numbers, plays an i...
With the advent of dedicated hardware for multicore programming, parallel algorithms have become omn...
Data warehouses contain data consolidated from several operational databases and provide the histori...
Parallel prefix computation is perhaps the most frequently used subroutine in parallel algorithms to...
We consider the well-studied partial sums problem in succint space where one is to maintain an array...
Abstract. We develop succinct data structures to represent (i) a se-quence of values to support part...
© 2020 IEEE. Existing work-efficient parallel algorithms for floating-point prefix sums exhibit eith...
Data mining and related applications often rely on extensive range sum queries and thus, it is impor...
Function h on lists is a list homomorphism, if h [a] = f a h (x ++ y) = h x h y for some . Proper...
In response to queries asked to a statistical database, the query system should avoid releasing summ...
Given an integer array A, the prefix-sum problem is to answer sum(i) queries that return the sum of ...
In this paper we study the Prefix Sum problem introduced by Fredman. We show that it is possible to ...
Prefix sums are key building blocks in the implementation of many concurrent software applications, ...
Abstract: "Experienced algorithm designers rely heavily on a set of building blocks and on the tools...
AbstractThe prefix-sum operation, which returns all prefix sums on a sequence of numbers, plays an i...
With the advent of dedicated hardware for multicore programming, parallel algorithms have become omn...
Data warehouses contain data consolidated from several operational databases and provide the histori...
Parallel prefix computation is perhaps the most frequently used subroutine in parallel algorithms to...
We consider the well-studied partial sums problem in succint space where one is to maintain an array...
Abstract. We develop succinct data structures to represent (i) a se-quence of values to support part...
© 2020 IEEE. Existing work-efficient parallel algorithms for floating-point prefix sums exhibit eith...
Data mining and related applications often rely on extensive range sum queries and thus, it is impor...
Function h on lists is a list homomorphism, if h [a] = f a h (x ++ y) = h x h y for some . Proper...
In response to queries asked to a statistical database, the query system should avoid releasing summ...