Syra's Techbinder
620 subscribers
608 links
News and resources on programming, technology, security.

Use @techbinderbot to send us interesting contents, feedback us and subscribe to your favorite topics.

What is techbinder? Read it here: https://goo.gl/rMAz3z
Download Telegram
https://research.googleblog.com/2017/03/announcing-guetzli-new-open-source-jpeg.html

A "cookie" which "creates high quality JPEG images with file sizes 35% smaller than currently available methods"... well, delicious!

Tags: #Google #performance #algorithms
Sent us by @jakub96
http://ohshitgit.com

How to solve the most common problems with git

Tags: #git
https://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html

"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."

Tags: #php #webdev #programming #C
http://gameprogrammingpatterns.com/data-locality.html

An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."

Tags: #programming #Cpp #gamedev #optimization