Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Serialization of large struct to disk with Serde and Bincode is slow [duplicate]

performance file io rust serde

Appropriate Tomcat 5.5 start-up parameters to tune JVM for extremely high demand, large heap web application?

java tomcat jvm performance

Inlining a function with Clojure macros

Find-or-insert with only one lookup in c# dictionary

MySQL database connection not closed: what will happen?

php mysql database performance

Computing a moving maximum [duplicate]

why is Seq.iter and Seq.map so much slower?

performance f# seq

Which is faster - NOT IN or NOT EXISTS?

sql performance tsql

Why is Firefox 30 times slower than Chrome, when calculating Perlin noise?

itertools.product slower than nested for loops

Is there a penalty to using char variables in CUDA kernels?

c++ c performance types cuda

TensorFlow: Feeding data with queue vs with direct feeding with feed_dict

performance tensorflow

How can I measure CPU time of a specific set of threads?

How can torch multiply two 10000*10000 matrices in almost zero time? Why does the speed change so much from 349 ms down to 999 µs?

finding long repeated substrings in a massive string

Performance testing best practices when doing TDD?

Are there faster XML parsers in Java than Xalan/Xerces [closed]

java xml performance parsing

Auto-tuning tools for Postgres? [closed]

jQuery performance: $('#selector').live() vs manually bind (when working with ajax requests)

Why would the implicitly generated constructor (et al.) be more efficient than a user-defined (trivial) one?