Re: [go-nuts] Re: Measure Memory Fragmentation

2018-04-28 Thread Nathan Fisher
Do you mean wrt to Go or more generally? I could see using a histogram with a logarithmic bucket size or similar. Where the bucket sizes are the maximum length in bytes a given “open slot” can hold and the count is the number of occurrences of that size in the pool. On Sat, Apr 28, 2018 at 6:18 PM

[go-nuts] Re: Measure Memory Fragmentation

2018-04-28 Thread Kaveh Shahbazian
The package: https://github.com/dc0d/bufferpool/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit