Skip to content

wma1729/simple-n-fast

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages