-
I was just debugging a server's large memory usage, so via its http pprof endpoints, I downloaded some profiles.
The binaries running on that server were built with `-trimprefix`, because it's a sa…
mvdan updated
3 years ago
-
There is a bug in the nats implementation. WatchWithContext() uses the watch-channel of ` nats.KeyValue` to watch for events. This channel can return `nil` in some cases but is it not checked in the g…
-
currently event branching relied on custom evt structure which is hard to share and cumbersome to construct usually result in over complicated go routine
the solution is to transform evt structure fr…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on January 14, 2011 15:27:11_
supporting a new malloc implementation requires two steps:
1) intercept its allocation rou…
-
When running the `sock_stress` tests with the server on the host (`sock_stress -v 1 -s hvsock`) and the client in the Linux VM `sock_stress -v 1 -c hvsock://parent` the client frequently gets errors o…
-
Some model instances (namely our user and group) are going to have to refer to themselves. For instance the CustomUser.user, for any given instance, is itself. So we can't user the ORM for this; we us…
-
We currently have issues with the pivot mechanism slowly creeping upwards after reboots. This usually doesn't effect competition, but it can and it wastes time during testing. The issue is caused by t…
-
The origin of pysat was a GUI written in IDL. Written specifically for C/NOFS, it worked well with IVM, adding VEFI was tough, and it wasn't going to scale for further. Thus I started down the path th…
-
[Accepted Proposal](https://github.com/ziglang/zig/issues/8284#issuecomment-1000565560)
------------
# Premise
## Go's minimal version selection
Some reading about Minimal Version selection (i…
-
#75 introduced file hashing of opened files by tracees. This allows us to tell exactly what went into a build, but it comes at a cost. Calculating hashes is not cheap. This flame graph of a cpu pro…