Hello!
It's my own understanding and it's not necessary true.
The mcache belongs to per P, but by assigning it to M, we can mark M is
binded to this P.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop rece
Hi everybody,
I have just finalized my first open source library written in Go. It is
simple implementation of DRR scheduler for channels. More details are in
repo's README file.
https://github.com/bigmikes/drr
I would expect this package to be useful for your programs where
prioritizing req
*I met a problem*
*I compiled a native ELF binary running on android arm7 on Ubuntu.*
export GOOS=android
export GOARCH=arm
export GOARM=7
export CGO_ENABLED=1
export CGO_CFLAGS="-g -O2
--sysroot=/mnt/d/sdk/android/android-ndk-r14b-linux/android-24/arch-arm"
export
CGO_LDFLAGS="--sysroot=/mnt/d/