Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

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

Optimize C# file IO

c# optimization file-io

Using character instead of String for single-character values in StringBuffer append

profile-guided optimization (C)

c++ c optimization gcc pgo

Techniques for reducing database queries in a Rails app

Converting a 1.2GB list of edges into a sparse matrix

What I Have Learned About Unity ScrollRect / ScrollView Optimization / Performance

Java: manually-unrolled loop is still faster than the original loop. Why?

How much memory does a Java object use when all its members are null?

java optimization memory