Re: [go-nuts] Performance of syscall calls vs. CGO

2022-01-23 Thread twp...@gmail.com
Two tips from writing github.com/twpayne/go-geos (Go bindings for the popular GEOS geometry library), where I also encountered performance problems with cgo when calling small C functions: 1. Make each cgo call do more by moving common combinations of functions in to C, i.e. use a higher-level

[go-nuts] Re: Have you seen any static analysis checker for sync.Mutex.Unlock() call?

2022-01-23 Thread たふみ
Hi Subham, Yes, it was partially completed. But sorry, I'm currently working on a paper based on this tool, so cannot make it public. Maybe within 2 weeks, it will be released on GitHub. Tafumi 2022年1月23日日曜日 8:02:20 UTC+9 Subham: > Hey Tafumi, > > Were you able to complete this? I was

[go-nuts] Announcing City Limits, a city-building simulation game powered by Ebiten

2022-01-23 Thread Trevor Slocum
City Limits[0] is a city-building simulation game created for the Wasted Resources Game Jam[1]. Its source code[2] is freely available. 0. https://itch.io/jam/wastedresources/rate/1348716 1. https://itch.io/jam/wastedresources/entries 2. https://code.rocketnine.space/tslocum/citylimits -- You