One other note, it often works for large programs as well if you control the access pattern, as the OS will page out based on LRU so you can just keep allocating and never free… until you end. To make this work you sometimes need a special allocator so that old pages aren’t touched when allocating new pages. On Feb 27, 2025, at 5:51 PM, Robert Engels <reng...@ix.netcom.com> wrote: -- 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. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/1D8611B7-E3C5-4686-9EE6-B49A3AED72EC%40ix.netcom.com. |
- [go-nuts] GC hint for collection timing will....@gmail.com
- [go-nuts] Re: GC hint for collection ... Amnon
- Re: [go-nuts] Re: GC hint for col... 'Michael Pratt' via golang-nuts
- Re: [go-nuts] Re: GC hint for... Will Faught
- Re: [go-nuts] Re: GC hint... Robert Engels
- Re: [go-nuts] Re: GC... Robert Engels
- Re: [go-nuts] Re... Robert Engels