Xargin

Results 77 comments of Xargin

之前主要是看 IDDD 那本书,硬着头皮啃了好几遍 最近在公司里推规范,所以先写个 demo 给同事看看有哪些优缺点,主要是现在社区里的 ddd demo 都或多或少有点问题。。

> I added some tests in #7 and some logging info and the tests logged: > > ``` > 2022/05/26 17:46:35 GC Tuner initialized. GOGC: 100 Target percentage: 70 >...

> After learning more about gogc I think the number may make sense. I extracted the calc into a function and added some basic tests should be pretty easy to...

> * Based on scavenging policy, go will not return released memory to os immediately, but nextgc use heapMarked, it diff with memory usage > * memory usage from /proc/...

> > > * Based on scavenging policy, go will not return released memory to os immediately, but nextgc use heapMarked, it diff with memory usage > > > *...

> now, 1.19.beta provide Soft memory limit Yes, https://github.com/golang/proposal/blob/master/design/48409-soft-memory-limit.md, memory ballast and gc tuner will be useless when 1.19 finally released... So I'll keep this lib as it is🤔

> > > now, 1.19.beta provide Soft memory limit > > > > > > Yes, https://github.com/golang/proposal/blob/master/design/48409-soft-memory-limit.md, memory ballast and gc tuner will be useless when 1.19 finally released... >...

> > > now, 1.19.beta provide Soft memory limit > > > > > > Yes, https://github.com/golang/proposal/blob/master/design/48409-soft-memory-limit.md, memory ballast and gc tuner will be useless when 1.19 finally released... >...

之前只看了感兴趣的两部分,剩下的暂时木有时间噢,要是你有兴趣,可以帮忙搞哈哈

> 想跟您詢問書名 low level programming