Skip to content

Effect of Node48 AVX2 insert position search unrolling x2

Laurynas Biveinis edited this page May 2, 2022 · 1 revision

baseline commit, patch

Speedups (negative means slowdowns):

  • n48_sequential_add<unodb::db>/2: 4%
  • n48_sequential_add<unodb::db>/8: 1%
  • n48_sequential_add<unodb::db>/64: 3%
  • n48_sequential_add<unodb::db>/512: 5%
  • n48_sequential_add<unodb::db>/4096: 4%
  • n48_random_add<unodb::db>/2: 8%
  • n48_random_add<unodb::db>/8: 1%
  • n48_random_add<unodb::db>/64: 5%
  • n48_random_add<unodb::db>/512: 3%
  • n48_random_add<unodb::db>/4096: 4%
Clone this wiki locally