Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

How do I ask for "at least" a size of an int in C

c++ c optimization

Elegant way to remove items from sequence in Python? [duplicate]

python optimization set series

File I/O with streams - best memory buffer size

c# optimization file size buffer

What is better: multiple "if" statements or one "if" with multiple conditions?

Is std::vector memory freed upon a clear?

c++ optimization memory vector

How to efficiently remove duplicates from an array without using Set

java arrays optimization

Why to use StringBuffer in Java instead of the string concatenation operator

Branchless K-means (or other optimizations)

Efficiently compute Intersection of two Sets in Java?

How do I organize members in a struct to waste the least space on alignment?

What is the fastest way to flatten arbitrarily nested lists in Python? [duplicate]

What are the major performance hitters in AS3 aside from rendering vectors?

Why do many sites minify CSS and JavaScript but not HTML? [duplicate]

Optimising Python dictionary access code

C++ cache aware programming

Integers caching in Java [duplicate]

java optimization jvm

Disabling g++'s return-value optimisation

Why don't modern compilers coalesce neighboring memory accesses?

How to remove duplicates based on a key in Mongodb?

What do the "Not optimized" warnings in the Chrome Profiler mean?