Skip to content
Maroš Matisko edited this page Feb 11, 2017 · 12 revisions

Welcome on page of our TIC1 projects

Team:
Maros Matisko
Daniel Paučo
Petr Sury

We use: python, c/c++, some kind of frameworks and few other shits
maybe databases, we will see

To Do List:
C/c++/java/rust
ram database
search tree
vlakna

[Redis] (https://redis.io/) - key value database (https://en.wikipedia.org/wiki/Key-value_database)

C++ notes...
tested: (will be in performance sheet soon, probably when I wake up)
unordered_map, unordered_set, vector, deque with custom iteration (surprisingly the best for now, mainly for low memory usage)
to test:
list with custom iterating (memory hog)/forward-list, Abax container, Redis db, maybe something more...any ideas?


Clone this wiki locally