Skip to content
Snippets Groups Projects
  1. Nov 10, 2015
  2. Jun 29, 2015
    • Nat Goodspeed's avatar
      MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. · 80d17b2d
      Nat Goodspeed authored
      Specifically, change the ptr_t typedefs for these LLCore classes to use
      IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us
      to use a simple ptr_t(raw ptr) constructor rather than having to remember to
      code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid:
      remove the now-extraneous 'false' constructor parameters.
      80d17b2d
  3. Mar 23, 2015
  4. Mar 19, 2015
  5. Mar 16, 2015
  6. Mar 29, 2013
  7. Jun 21, 2012
  8. Jun 18, 2012
  9. Jun 16, 2012
    • Monty Brandenberg's avatar
      First round of basic tuning work (shorter sleeps, larger BufferArray blocks). · 6193ee6a
      Monty Brandenberg authored
      Beefed up the metrics gathering in http_texture_load to get memory sizes and
      cpu consumption on windows (still need to implement that on Mac & linux).
      Ran runs with various idle loops with sleeps from 20 ms down to pure spinning,
      varied Block allocation size from 1504 to 2^20 bytes.  2ms/2ms/65540 appears
      to be a good spot under the test conditions (Win7, danu grid, client in Boston).
      6193ee6a
  10. Jun 11, 2012
  11. Jun 01, 2012
  12. Apr 23, 2012
Loading