public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/2051] New: Use _stp_map_sortn()
@ 2005-12-13 21:26 hunt at redhat dot com
  2005-12-13 21:38 ` [Bug translator/2051] Use _stp_map_sortn(), via iteration-limited foreach fche at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hunt at redhat dot com @ 2005-12-13 21:26 UTC (permalink / raw)
  To: systemtap

See http://sourceware.org/bugzilla/show_bug.cgi?id=1379 comment 4

In a polling loop, we generally don't need or want to print out an entire sorted
array. sortn() just finds the top or bottom n elements. In a typical array of
1000 elements, sortn(10) runs in less than a tenth the time that sort() takes.
Plus, if the array is not cleared, sortn() will have to do little work and the
speed advantage will become even larger. 

Sorts are expensive and lock maps for a long time. So reducing the time the
sorts take will improve accuracy by reducing the number of drops caused by
attempted locks on maps failing.

-- 
           Summary: Use _stp_map_sortn()
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hunt at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2051

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-14 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 21:26 [Bug translator/2051] New: Use _stp_map_sortn() hunt at redhat dot com
2005-12-13 21:38 ` [Bug translator/2051] Use _stp_map_sortn(), via iteration-limited foreach fche at redhat dot com
2005-12-14  2:22 ` hunt at redhat dot com
2005-12-14  2:25 ` weikong at redflag-linux dot com
     [not found] ` <20051214022248.15955.qmail@sourceware.org>
2005-12-14 17:08   ` sorting Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).