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
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
https://www.linkedin.com/pulse/10-must-know-algorithms-data-structures-software-pablo-g-cisneros

"A list of algorithms and data structures a software engineer must know."

Tags: #algorithms #programming
http://jpauli.github.io/2017/01/12/threads-and-php.html

This article will give you informations and details to some degree about PHP and threads management.

Tags: #programming #PHP #internals