Categories: None [Edit]

foundationallib

https://rubygems.org/gems/foundationallib
# foundationallib

Finally, a cross-platform, portable, well-designed, secure, robust, maximally-efficient C foundational library - making engineering and computing fast, safe, secure, responsive and easy

Features:

  • →Enables better engineering solutions and security broadly where software is concerned and makes things easier - and computing in general. Don't reinvent the wheel - use good wheels - be safe and secure.
  • →Cross platform - works perfectly in embedded, server, desktop, and all platforms - tested for Windows and UNIX - 64-bit and 32-bit, includes a 3-aspect test suite, with more to come.
  • →Bug free. Tested well.
  • →Zero Overhead - only 1 byte due to the power of the error handling, can be configured will full power.
  • →Static Inline Functions if you want them (optional) - eliminating function call overhead to 0 if you wish
  • →Custom allocators if you want it
  • →Custom error handling if you want it.
  • →Portable - works on all platforms, using platform specific features (using #ifdefs) to make functions better.
  • →Multithreading support (optional), with list_comprehension_multithreaded (accepts any number of threads, works in parallel using portable C11 threads)
  • →Networking support (optional), using libcurl - making it extremely easy to download websites and arrays of websites - features other languages do not have.
  • →Very good and thorough error handling and allocation overflow checking (good for Security and Robustness) in the functions. Allows the programmer to dynamically choose to catch all errors in the functions with a handler (default or custom), or to ignore them. No need to ALWAYS say "if (.....) if you don't want to. Can be changed at runtime. Public domain so you make the code how you want, as well. (No need to "propitiate" to some "god" of some library).
  • →Minimal abstractions or indirection of any kind or needless things that complicate things - macros, n...

Total

Ranking: - of 183,147
Downloads: -

Daily

Ranking: - of 183,139
Downloads: -

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icongregoryc