Skip to content
Snippets Groups Projects
  1. May 13, 2013
  2. May 11, 2013
  3. May 10, 2013
  4. May 09, 2013
  5. May 07, 2013
  6. May 03, 2013
  7. May 02, 2013
    • Marek Vavrusa's avatar
      Implemented HAT trie longest prefix match + tests. · 8d1f0569
      Marek Vavrusa authored
      General idea is regular search with keeping node stack.
      If node is found, then return current node.
      If node is htable, search for suffixes in htable.
      If anything fails, walk up the visited nodes and check if
      any visited node has value. If yes, then it is a prefix.
      
      f.e. searching for 'abcd'
      visited nodes: root -a-> {1:trie} -b-> {2:htable}
      1. search htable for 'cd', 'c'
      2. retrace to node {1}, does it have value?
      3. yes, node1 is prefix 'ab' for 'abcd'
      
      Change-Id: I622adbe9a127d8317b933af4bf56e1411e2d915f
      8d1f0569
    • Marek Vavrusa's avatar
      Better knot_zonedb_find_zone_for_name() implementation. · 6c00e514
      Marek Vavrusa authored
      Previous with full dname copy and chopping was really inefficient.
      Yields approx. 20% lower relative cost, 6% throughput increase.
      
      Change-Id: Icaa49572f75769739ae61f48d2ca958e38db6104
      6c00e514
    • Marek Vavrusa's avatar
      RX rate measurement code (disable by default). · ddf7e3b5
      Marek Vavrusa authored
      Change-Id: I3cfa7f07a71b1d8b9e77f93ef16b683c15f9fe24
      ddf7e3b5
  8. May 01, 2013
  9. Apr 30, 2013
Loading