Skip to content

maksimandrianov/cdcontainers.benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdcontainers.benchmarks

Benchmarks for cdcontainers library.

Equipment

Benchmarks run on the system:

 $ uname -a
Linux 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
 $ inxi -C
CPU:       Quad core Intel Core i7-7820HQ (-MT-MCP-) cache: 8192 KB
           clock speeds: max: 3900 MHz 1: 900 MHz 2: 900 MHz 3: 900 MHz 4: 900 MHz 5: 900 MHz 6: 900 MHz
           7: 900 MHz 8: 900 MHz

Competitors:

  • cdcontainers. Names start with Cdc prefix.
  • Collections-C. Names start with Cc prefix.
  • GNOME/glib. Names start with G prefix.
  • C++ standard library. Names start with Cpp prefix.

Deque

Insertion an element to the beginning:

Adding an element to the end:

Insertion an element at a random position:

List

Insertion an element to the beginning:

Adding an element to the end:

Insertion an element in the middle:

Map

Insertion an element:

Erasing an element:

Search of an elemen with specific key:

For each loop with iterators:

About

Benchmarks for cdcontainers library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published