Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Automated testing feels a lot like duplicating the tested logic, am I doing it right?

Designing state machine automatically

Is there any algorithm better than O(N) to find the first bit set in a bitarray that consists mostly of continous blocks?

how does a non-blocking event loop work?

Quicksort algorithm

Is it a good practice to suppress warnings?

Comment wizardry

Should a class perform bounds checking when you are after performance

c++ language-agnostic

Re-sort orders to improve warehouse efficiency

Why doesn't Java have macros? [closed]

When to use private methods?

Complexity of prime factor algorithm

Term to distinguish "default" vs "made-up" classes in OOP

java oop language-agnostic

What exactly is a datatype?

language-agnostic types

C++ Design Pattern for a Messaging System?

How independent are threads inside the same process?

How to generate an unbiased random bigint in constant time

Moving Objects in Center-of-Mass Viewport

Accurate sqrt(1 + (x/2)^2) + x/2