Posts by Tag

java

Memory leaks even with WeakReferences

3 minute read

A crash report arrived at my desk the other day. The system crashed because it ran out of memory. And the major memory consumer was a WeakHashMap. Very inter...

It’s not my code! I googled it.

1 minute read

Actually this blog post is not about Google. And it is even not about copying code. But it is indeed about code which I did not write.

Back to Top ↑

core

Back to Top ↑

scm

Better Commits - Part 2 - Refactorings

9 minute read

In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...

Back to Top ↑

git

Better Commits - Part 2 - Refactorings

9 minute read

In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...

Back to Top ↑

code-review

Better Commits - Part 2 - Refactorings

9 minute read

In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...

Back to Top ↑

code-history

Better Commits - Part 2 - Refactorings

9 minute read

In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...

Back to Top ↑

code style

Resolving circular dependencies in C++

4 minute read

I stumbled several times already upon situations where I created a circular dependency between two classes. A circular dependency is a code smell.

It’s not my code! I googled it.

1 minute read

Actually this blog post is not about Google. And it is even not about copying code. But it is indeed about code which I did not write.

Back to Top ↑

memory

Memory leaks even with WeakReferences

3 minute read

A crash report arrived at my desk the other day. The system crashed because it ran out of memory. And the major memory consumer was a WeakHashMap. Very inter...

Back to Top ↑

pitfalls

Memory leaks even with WeakReferences

3 minute read

A crash report arrived at my desk the other day. The system crashed because it ran out of memory. And the major memory consumer was a WeakHashMap. Very inter...

Back to Top ↑

opengl

Diagnose OpenGL Performance Problems

8 minute read

I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...

Back to Top ↑

performance

Diagnose OpenGL Performance Problems

8 minute read

I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...

Back to Top ↑

gpuview

Diagnose OpenGL Performance Problems

8 minute read

I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...

Back to Top ↑

wpr

Diagnose OpenGL Performance Problems

8 minute read

I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...

Back to Top ↑

memory-model

Back to Top ↑

concurrency

Refactor For Maintainability

16 minute read

I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...

Back to Top ↑

eclipse

It’s not my code! I googled it.

1 minute read

Actually this blog post is not about Google. And it is even not about copying code. But it is indeed about code which I did not write.

Back to Top ↑

sonar

It’s not my code! I googled it.

1 minute read

Actually this blog post is not about Google. And it is even not about copying code. But it is indeed about code which I did not write.

Back to Top ↑

linux

Back to Top ↑

c++

Resolving circular dependencies in C++

4 minute read

I stumbled several times already upon situations where I created a circular dependency between two classes. A circular dependency is a code smell.

Back to Top ↑

error handling

Back to Top ↑

ExecutorService

Back to Top ↑

memory leaks

Memory leaks even with WeakReferences

3 minute read

A crash report arrived at my desk the other day. The system crashed because it ran out of memory. And the major memory consumer was a WeakHashMap. Very inter...

Back to Top ↑

fill rate limitation

Diagnose OpenGL Performance Problems

8 minute read

I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...

Back to Top ↑

polymorphism

Back to Top ↑

cuncurrency

Back to Top ↑

directx

Back to Top ↑

dwm

Back to Top ↑

dxgi

Back to Top ↑

frame-skip

Back to Top ↑

stutter

Back to Top ↑

wpa

Back to Top ↑

jmm

Back to Top ↑

synchronization

Back to Top ↑

threads

Back to Top ↑

collections

Back to Top ↑

pitfall

Back to Top ↑

go

Refactor For Maintainability

16 minute read

I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...

Back to Top ↑

maintainability

Refactor For Maintainability

16 minute read

I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...

Back to Top ↑