Je pense donc je suis
  • Home
  • Archives
  • Tags
  • Categories
  • Readings
  • About
Je pense donc je suis
  • Home
  • Archives
  • Tags
  • Categories
  • Readings
  • About

How to Perf Nodejs Apps in Container

2019-10-24
performance
In my previous blogs, I’ve shared about how to profile Java applications in various of methods, now I’ll show you how to profile Nodejs apps with perf…
Read more...

Implemetation of Min Heap

2019-10-16
algorithms
Heap is a basic and important data structure in computer science, I’ll share my simple implementation by interger slice in Go, as well as Go’s native library’s implementation.
Read more...

How to Use async-profiler to Profile Non-root Java Process in Contianer

2019-10-14
performance trouble shooting
In this article, I will share you how to profile non-root java process in container with async-profiler. Async-profiler is one of the popular ways to profile java process, I’ll present the process and the difficulties I met while using this tool.
Read more...

How To Profile Java Program With eBPF/bcc Tool

2019-10-09
performance
In this article, I’ll share you how to profile Java programs by using eBPF/bcc tools, and generate flame graphs for better understanding.
Read more...

8 Classical Sorting Algorithms

2019-09-29
algorithms
In this article, I’ll review the following 8 classical sorting algorithms, and implement them in Go.
Read more...
Prev Next
Powered by Hugo | Theme - Even
site pv: spinner.svg | site uv: spinner.svg
© 2017 - 2024Wenfeng