Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 767 Bytes

Simple-N-Fast

Simple-N-Fast is a collection of tools, libraries that I develop in my free time.

  • Java Daemonizer Converts Java applications to Unix daemon/Windows service.
  • librdb A lightweight thread-safe library to manage millions of key/value pairs.
  • libjson JSON library implementation for C++.
  • liblog A thread-safe feature-rich logging library for C++.
  • libnet Network library (including SSL support) for C++.

Compilation

  1. Run configure.sh on Linux platforms. Run configure.cmd on Windows. configure.[sh|cmd] generates Makefile.constants.
  2. Run make -f Makefile.unix all on Unix platforms and nmake /f Makefile.win all on Windows.