Menu

Tree [989cf8] master /
 History

HTTPS access


File Date Author Commit
 bin 2016-05-07 florin-ganea florin-ganea [287603] Changed license to Simplified BSD License.
 etc 2016-05-07 florin-ganea florin-ganea [287603] Changed license to Simplified BSD License.
 sandbox 2016-11-19 florin-ganea florin-ganea [989cf8] Minor build system updates.
 src 2016-07-02 florin-ganea florin-ganea [9d1b87] Fixed generics.
 .gitignore 2016-10-16 florin-ganea florin-ganea [154fcc] Updated git ignore file.
 COPYING 2016-05-07 florin-ganea florin-ganea [287603] Changed license to Simplified BSD License.
 README 2016-05-29 florin-ganea florin-ganea [c5fdf1] Minor changes in readme files.
 pom.xml 2016-05-07 florin-ganea florin-ganea [287603] Changed license to Simplified BSD License.

Read Me

Java Performance Toolbox v1.0
-----------------------------
28.05.2016
----------

General Information
-------------------

This library is designed as a collection of various small tools that can be used
in development of Java applications that have strong performance requirements.

Including:
- watchdog
- state-machine
- atomic sequencers
- statistics counters
- TLV
- BNF
- progress bar
- C & Java multithreading benchmarks

Project location:
https://sourceforge.net/projects/jptbox/

Contact the author:
Florin Ganea
email: florin.ganea@gmail.com

Rationale
---------

At some point I realized that writing good software is not exactly an easy
thing. It takes time and patience. And it takes lot of hard times and failures.
But when the most recent version comes out in the light it contains all the
failures from the past, but in fixed form. Or at least it should be so... :-)

This library is a sort of Neverland, a playground (or a dojo if you like) where
the time does not matter, nor the intermediary results, but only the final
outcome. And this outcome should be small software components heading
perfection.

Getting Started
---------------

For C multithreading benchmarks, see: 
- sandbox/c/benchmark/ - for source code and further information

For Java multithreading benchmarks, see: 
- bin/ - for running scripts
- opt.jptbox.benchmark package (and sub-packages) - for the source code

For the progress bar see:
- opt.jptbox.progress package (and sub-packages) - for the source code

...

Testing
-------
...


Legal Information
-----------------

Copyright (c) 2013-2016, Florin Ganea
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.