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
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
"A list of algorithms and data structures a software engineer must know."
Tags: #algorithms #programming
https://9to5google.com/2017/04/11/google-now-lets-you-submit-urls-for-indexing-directly-from-search-results/
Tags: #Google #SEO #webdev
Tags: #Google #SEO #webdev
9to5Google
Google now lets you submit URLs for indexing directly from search results
So this is nifty. Google is constantly adding actionable interfaces to its search results, and the latest addition (via SearchEngineLand) saves you a couple clicks for a common action: suggesting a…
https://www.bloomberg.com/news/articles/2017-03-14/google-ceo-schmidt-flags-promise-of-new-goodenough-battery
Tags: #technology
Tags: #technology
Bloomberg
Google's Schmidt Flags Promise in New Goodenough Battery
The 94-year-old creator of the lithium-ion battery has invented another breakthrough storage device that’s capturing the attention of industry heavyweights.
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array
Tags: #programming #architecture
Tags: #programming #architecture
Stack Overflow
Why is processing a sorted array faster than processing an unsorted array?
In this C++ code, sorting the data (before the timed region) makes the primary loop ~6x faster:
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// Gene...
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// Gene...
http://www.cybertec.at/why-favor-postgresql-over-mariadb-mysql/
Tags: #database #postgresql #mysql #mariadb
Tags: #database #postgresql #mysql #mariadb
CYBERTEC
Why favor PostgreSQL over MariaDB / MySQL
For many years MySQL and PostgreSQL were competing databases, which addressed slightly different audiences. Here's why you always should go for PostgreSQL!
https://techcrunch.com/2017/04/30/your-next-computer-could-be-in-a-data-center/
Tags: #technology #hardware #server
Tags: #technology #hardware #server
TechCrunch
Your next computer could be in a data center
Most of the apps on your phone already rely on a server component to store and process your data. When you post a video on Facebook, it gets re-encoded into multiple formats on the server so that…
https://techcrunch.com/2017/05/02/red-hat-launches-openshift-io-an-online-ide-for-building-container-based-applications/
Tags: #server #RedHat #cloud #PaaS
Tags: #server #RedHat #cloud #PaaS
TechCrunch
Red Hat launches OpenShift.io, an online IDE for building container-based applications
Red Hat is launching OpenShift.io today, its first major foray into offering cloud-based developer tools. As the name implies, OpenShift.io sits on top of the company’s Kubernetes-based…
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
This article will give you informations and details to some degree about PHP and threads management.
Tags: #programming #PHP #internals