Lobste.rs

24 readers
23 users here now

RSS Feed of lobste.rs

founded 1 month ago
MODERATORS
76
 
 
77
 
 
78
 
 
79
 
 
80
 
 
81
 
 

Despite the wide adoption of graph processing across many different application domains, there is no underlying data structure that can serve a variety of graph workloads (analytics, traversals, and pattern matching) on dynamic graphs with transactional updates. In this paper, we present Sortledton, a universal graph data structure that addresses the open problem by being carefully optimizing for the most relevant data access patterns used by graph computation kernels. It can support millions of transactional updates per second, while providing competitive performance (1.22x on average) for the most common graph workloads to the best-known baseline for static graphs – csr. With this, we improve the ingestion throughput over state-of-the-art dynamic graph data structures, while supporting a wider range of graph computations under transactional guarantees, with a much simpler design and significantly smaller memory footprint (2.1x that of csr). Comments

82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
 
89
 
 

The State of Racket by Sam Tobin-Hochstadt at the (fourteenth RacketCon) is now available at https://youtu.be/PYeKEshvAh8 Comments

90
 
 
91
 
 
92
 
 

The C23 standard has been published. Comments

93
 
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
 
99
 
 
100
 
 
view more: ‹ prev next ›