Skip to content

kingslef/kitsune-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitsune Example

Moved to https://gitlab.com/aatos/kitsune-example

Small example application using kitsune-dsu.

Application has an array of 160 MB data (20971520 elements, each element contains two uint32_t values). v2 updates the uint32_t's to two uint64_t values instead.

Compilation

KITSUNE_PATH=<path_to_kitsune-core/bin> make kitsune-example.so
  • Compile v2:
KITSUNE_PATH=<path_to_kitsune-core/bin> make kitsune-v2.so
  • Start initial version:
<path_to_kitsune-core/bin>/bin/driver kitsune-example.so
  • Update:
<path_to_kitsune-core/bin>/bin/doupd $(pidof driver) kitsune-v2.so

Example output

$ /home/aatos/sources/kitsune-core/bin/bin/driver kitsune-example.so
The process id is (12985).
20971520, 167772160
<doupd in other terminal>
20971520, 335544320

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published