Commit History

作者 SHA1 備註 提交日期
  Mikhail P 1f30fe9094 Merge pull request #97 from Dieterbe/ExpDecaySample-url 9 年之前
  mihasya 1df74d5c34 [fixes #188] expose a constructor for SampleSnapshot 9 年之前
  Richard Crowley a5cfc242a5 Prevent most allocations in ExpDecaySample 10 年之前
  Richard Crowley add548c477 Fix #104 10 年之前
  Richard Crowley 49469ac48f Simpler constructor 10 年之前
  Richard Crowley f4a71a2a65 Fix Sample tests as artyom suggests (fixes #56) 10 年之前
  Artyom Pervukhin be3d0df071 Fix reservoir sampling algorithm for uniform sample 11 年之前
  Dieter Plaetinck 16ce6e19ea alternate paper location that doesn't 404 11 年之前
  Kamil Kisiel a1ae257e5f Added comment about the source of the heap implementation. 11 年之前
  Kamil Kisiel b6699f1da1 Specialize sample heap to reduce allocations. 11 年之前
  Artyom Pervukhin 9540269a4b Reduce slice re-allocations on UniformSample.Update 11 年之前
  Artyom Pervukhin 05d164201f Fix data race in Sample.Count() method 11 年之前
  Richard Crowley 129a585260 Calculate all histogram statistics from samples. 12 年之前
  Richard Crowley 10aaf9c455 Fully introduce snapshots for all metric types. 12 年之前
  Richard Crowley 6bd8d76861 Mostly documentation and naming changes. 12 年之前
  Richard Crowley aefccf14c6 Add Sum to Histogram and Sample interfaces. 12 年之前
  Richard Crowley 0cde5523cb Export generic sample statistic implementations. 12 年之前
  Richard Crowley f98197155f Make deterministic ExpDecaySample tests possible. 12 年之前
  Richard Crowley 5a4179c70b Expand the Sample interface and implementations. 12 年之前
  Richard Crowley 296be4a47c Remove unused receiver names. 12 年之前
  Richard Crowley afe4dd2c31 Remove dead code. 12 年之前
  Richard Crowley b953f7c0d8 ETOOCLEVER so s/ObserverEffect/UseNilMetrics/. 12 年之前
  Richard Crowley 6600d18f9f Add ObserverEffect and Nil* metrics. 12 年之前
  Matthew Kanwisher 0bf9dc6e29 fixing typo in sample that was causing panics 12 年之前
  Richard Crowley 5330744552 Inline the mutexes into their containers. 12 年之前
  Richard Crowley 307b27664c Use a lock instead of a goroutine for Samples. 12 年之前
  Richard Crowley 8523b2a8a1 Style upgrade. 12 年之前
  Richard Crowley d2d324d636 Style upgrade. 12 年之前
  Richard Crowley 07ad690f21 Interface checks all over. 12 年之前
  Pieter Noordhuis 356a19cac2 Make sample copy on-demand 13 年之前