Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What's your approach for optimizing large tables (+1M rows) on SQL Server?

Can you force ImageMagick to use PNG-8 alpha transparency?

Loop Reversal in C# Speeds Up app

java optimization nitpick: is it faster to cast something and let it throw exception than calling instanceof to check before cast?

How to generate a sse4.2 popcnt machine instruction

PostgreSQL slow on a large table with arrays and lots of updates

Will GCC inline a function that takes a pointer?

How to trim a java stringbuilder?

Deleting a large number of records takes a VERY long time

Most efficient way to calculate radial profile

Leverage browser caching | modifying .htaccess file | - not working for javascript files

Can Haskell optimize function calls the same way Clang / GCC does?

LLVM and the future of optimization

macOS Python with numpy faster than Julia in training neural network

Will the Compiler Optimize this out

java c optimization

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

c optimization x86 x86-64 simd

Haskell Heap Issues with Parameter Passing Style

What's the most efficient way to determine whether an untrimmed string is empty in C#?

Output difference in gcc and turbo C

Branchless code that maps zero, negative, and positive to 0, 1, 2