When a build is taking too long, it can be very helpful to know what it’s doing. Bazel has built-in tooling that lets you visualize what each thread is doing at any given moment of a build and which build steps are slowing down your overall build. To try out Bazel’s profiling tools, build yourContinue reading “Build, y u go slow?”
Tag Archives: optimization
Oh, the Mistakes I’ve Seen
I’ll be giving an O’Reilly webcast, Scaling with MongoDB, on Friday (9/17). Please sign up if you’re interested in learning some more advanced optimization than what this post gets into. This webcast is, in part, to pimp MongoDB: The Definitive Guide, which will be coming out next week! These are a few basic tips onContinue reading “Oh, the Mistakes I’ve Seen”