Code Monkey home page Code Monkey logo

tco-gatesbinarytotext's Introduction

DEPLOYMENT:

  1. make-based: Execute make in the folder where Makefile.TCO is located, e.g. make -f Makefile.TCO

  2. cmake-based Execute cmake in the folder where CMakeLists.txt is located, followed by make, e.g. cmake . && make

Either method shall produce executable named run in the current folder.

When cmake is used it builds few testing executables in additions to the run executable: naive_utoa_test - tests correctness of uint32 to ascii conversion cstring_score_test - tests correctness of double precision floating value [-1,1] to ascii conversion deque_test - tests "deque", or maybe rather single-linked list used to keep value-to-sorted-tuple-index associations cstring_pdouble_test - tests conversion of positive double precision double floating point values

THREADING:

Created executable uses threads. It accepts -t option to pass number of threads to use. This limit, however, is used only during data loading and sorting stage. Subsequently, it will use 4 or 5 threads, the latter when the -s option is passed. By default, when -t is absent, number of threads will equal number of CPUs.

tco-gatesbinarytotext's People

Contributors

wojciechmigda avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.