FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

JavaPerformanceTuning/JNI at master · performance-folder/JavaPerformanceTuning · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
To build:
    For the java code, 
    ant

    The C library is set up to build on Linux using gcc
    make library

    The C executable is set up to build on Linux using gcc
    make

To run:
    java -DLIBPATH=lib -jar jars/random.jar 10000 100000
    yields the first for lines in Example 12-4

    env LD_LIBRARY_PATH=lib bin/randtest 10000 100000
    yields the C only value

Back | FazBrowse Home | New Git URL