complex datastructure

 Dynamic stack

Binary tree as array i-> 2*i(left-child)
                                i-> 2*(i+1) (right-child)



string pool

shared memory (mmap)

zero copy

Hugepages

file as a datastructure

function as an object/file or JIT for functions

sequential string

box as a datastructure (linked list encapsulated)


Software as Complex Datastructure
-------------

DPDK

Rabbit MQ

Protocol buffers/Apache Kafka

Redis

Kubernetes

Docker

NGINX

FileBeat

Graffana

Prometheus

ELK

d-Bus
 
REST API

Apache Cassandra

Memcached

OpenShift




Comments