Help for this page

Select Code to Download


  1. or download this
    git clone --depth 1 https://github.com/cppfastio/fast_io
    
  2. or download this
    #include <fast_io.h>
    
    //#include <cstdio>
    
  3. or download this
    clang++ -o llil2vec -std=c++20 -Wall -O3 llil2vec.cpp -I./fast_io/incl
    +ude
    
  4. or download this
    llil2vec (fixed string length=6) start
    get_properties      CPU time : 1.62356 secs
    ...
    write stdout        CPU time : 0.923496 secs
    total               CPU time : 2.99881 secs
    total        wall clock time : 3 secs
    
  5. or download this
    llil2vec (fixed string length=6) start
    get_properties      CPU time : 1.50394 secs
    ...
    write stdout        CPU time : 0.889239 secs
    total               CPU time : 2.82348 secs
    total        wall clock time : 3 secs