Skip to content
Snippets Groups Projects
  1. Oct 30, 2009
    • Mark Olesen's avatar
      HashTbl avoid backward search in erase() · 2c73afb6
      Mark Olesen authored
      - The ideas as discussed in email
      
      - The speedup is really there.
      
      Before
      loop 0 - Erased 100000 elements:   3.82 s
      loop 1 - Erased 100000 elements:   11.45 s
      loop 2 - Erased 100000 elements:   19.46 s
      loop 3 - Erased 100000 elements:   27.73 s
      loop 4 - Erased 100000 elements:   38.74 s
      ^C
      
      After
      loop 0 - Erased 100000 elements (size 2900000 capacity 8388608) 0.01 s
      loop 1 - Erased 100000 elements (size 2800000 capacity 8388608) 0 s
      loop 2 - Erased 100000 elements (size 2700000 capacity 8388608) 0.01 s
      loop 3 - Erased 100000 elements (size 2600000 capacity 8388608) 0 s
      loop 4 - Erased 100000 elements (size 2500000 capacity 8388608) 0 s
      loop 5 - Erased 100000 elements (size 2400000 capacity 8388608) 0 s
      loop 6 - Erased 100000 elements (size 2300000 capacity 8388608) 0 s
      loop 7 - Erased 100000 elements (size 2200000 capacity 8388608) 0 s
      ...
      2c73afb6
    • Mark Olesen's avatar
      added HashTbl as development replacement for HashTable · 55a89e9d
      Mark Olesen authored
      - rename to HashTable later when it is considered stable
      55a89e9d
  2. Oct 22, 2009
  3. Oct 19, 2009
  4. Oct 18, 2009
    • Mark Olesen's avatar
      blockMesh reader fix, start refactoring of PV3Readers · 1ef88a2a
      Mark Olesen authored
      - apply scaleFactor (eg, mm->m) in PV3 reader - this looks better when
        overlaying with other objects
      
      - stop segfault when paraview exits without deleting readers first
      1ef88a2a
    • Mark Olesen's avatar
      Cleanup/fixup paraview readers · c57262c2
      Mark Olesen authored
      - remove patch/point text labels upon deletion
      
      - combined client/server plugin instead of separate .so files
        first experiment with adding panel decorations
      
      - directory reorganization
      c57262c2
  5. Oct 13, 2009
  6. Oct 12, 2009
  7. Oct 10, 2009
  8. Oct 09, 2009
  9. Oct 08, 2009
  10. Oct 07, 2009
  11. Oct 06, 2009
  12. Oct 05, 2009