Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 448 Bytes

RMQ implementations + Benchmark

Compares Binary Indexed Trees with a Bottum-Up and Top-Down version of the Segment (Range) Tree.

Results

Using Intel® Core™ i7-4600M Processor, elementary OS 0.4 Loki, gcc 5.4.1

QUERY BENCHMARK
BIT:   0.289190s
ST_BU: 0.862481s
ST_TD: 2.401687s

UPDATE BENCHMARK
BIT:   0.333717s
ST_BU: 0.202036s
ST_TD: 1.150674s