performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

make writer concurrent #25

Closed suyash closed 8 years ago

suyash commented 8 years ago

this makes writing in the writer concurrent and removes all unneeded offsets

instead of an initialization and writing phase, there is just the writing phase and all offsets are managed through channels

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.7%) to 86.667% when pulling ba3ff8a9318784f8fce1a7d58fd8908915d0e378 on concurrent-writer into b6f56db1c50361c39b81089bacc10c3a462ccbf8 on master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.7%) to 86.667% when pulling adb2cf8720cb141c7dfb48e98a1dda393a5c11df on concurrent-writer into b6f56db1c50361c39b81089bacc10c3a462ccbf8 on master.