Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

How can I improve the efficiency of this numpy loop

python optimization numpy

What is the fastest way to compute large power of 2 modulo a number

Is there a really working example which showing the benefits of ILP(Instruction-Level Parallelism) on x86_64?

Reset tensorflow Optimizer

What do you do without fast gather and scatter in AVX2 instructions?

Optimization in GCC

optimization gcc

Switch optimization for many cases guarantees equal access time for any case? ( C++ )

javascript change string case speed

javascript optimization

Can counting byte matches between two strings be optimized using SIMD?

c++ optimization x86-64 sse simd

I'm using Python regexes in a criminally inefficient manner

A better way to replace many strings - obfuscation in C#

PHP equivalent to MySQL's slow query log?

php mysql optimization

How expensive are function calls in JavaScript?

Is there a faster way to convert an arbitrary large integer to a big endian sequence of bytes?

python optimization

Is this an optimization?

About the dynamic de-optimization of HotSpot

Why gcc disassembler allocating extra space for local variable?

Optimization in Python - do's, don'ts and rules of thumb

python optimization

How to run gradient descent algorithm when parameter space is constrained?

How to Optimize Queries in a Database - The Basics