Pinned Repositories
go-profiler-notes
felixge's notes on the various go profiling methods that are available.
fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
fgtrace
fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine. It's very similar to the Chrome profiler.
httpsnoop
Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
node-ar-drone
A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
node-dateformat
A node.js package for Steven Levithan's excellent dateFormat() function.
node-memory-leak-tutorial
A tutorial for debugging memory leaks in node
node-style-guide
A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.
mysql
A pure node.js JavaScript Client implementing the MySQL protocol.
formidable
The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
felixge's Repositories
felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
felixge/httpsnoop
Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
felixge/node-dirty
A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.
felixge/pprofutils
felixge/node-combined-stream
A stream that emits multiple other streams one after another.
felixge/node-graphite
A node.js client for graphite.
felixge/traceutils
Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.
felixge/node-require-like
Generates require functions that act as if they were operating in a given path.
felixge/dotfiles
My setup. Pick what you like.
felixge/go-patch-overlay
WIP
felixge/runtimemetrics
Prints a list of all runtime/metrics and their properties.
felixge/sqlprof
Nothing to see here yet ...
felixge/go-stack-profiler
WIP
felixge/dump
A code dump of things not worth putting into their own repo.
felixge/felixge.de
My site and blog.
felixge/go-prof-app
WIP
felixge/go-trace-viewer
WIP
felixge/exp
Fork of golang.org/x/exp.
felixge/gh-stack
felixge/opentelemetry-ebpf-profiler
The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, .NET, PHP, Ruby, Perl, ...)
felixge/cgosymbolizer
Experimental symbolizer for cgo backtraces
felixge/go
The Go programming language
felixge/gophercon-talks
GopherCon Slides
felixge/hugo-bearblog
🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!
felixge/java-profiler
felixge/jj
A Git-compatible VCS that is both simple and powerful
felixge/opentelemetry-proto
Protobuf definitions for the OpenTelemetry protocol (OTLP)
felixge/protobuf-go
Go support for Google's protocol buffers
felixge/related_post_gen
Data Processing benchmark featuring Rust, Go, Swift, Zig etc.
felixge/spr
Stacked Pull Requests on GitHub