Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Get system block size in Java

Reliable information about x86 string instruction performance?

Using restrict with arrays?

Do atoi() and atof() cache?? They seem to execute quicker the more times called

Generic implementation of System.Runtime.Caching.MemoryCache

Effectiveness of GCC optmization on bit operations

c optimization assembly x86

Gray code increment function

Fast way to group variables based on direct and indirect similarities in multiple columns

JPA @ManyToMany join table indexing

Fast/efficient way to get index of minimum value in List<T>?

c# list optimization .net-3.5

Do modern JavaScript JITers need array-length caching in loops?

How do I sum the four 2-bit bitfields in a single 8-bit byte?

Why is not GHC optimizing for constants?

haskell optimization ghc

Fastest way to left-cycle a numpy array (like pop, push for a queue)

Python tips for memory optimization

Finding the closest integer fraction to a given random real between 0..1, given ranges of numerator and denominator

What is the best GC and memory configuration for a real-time system that wants to minimize GC latency on a regular Sun/Oracle Hotspot JVM?

Code runs 6 times slower with 2 threads than with 1

Fastest way to find minimal product of 2 array elements containing 200000+ elements

Is there a way to tell if a C# assembly has been compiled with the optimization parameter?

c# optimization assemblies