[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/development/reckless/
 
Current bandwidth utilization 2220.37 Mbit/s
Bandwidth utilization bar
Contents of README:
Reckless is an extremely low-latency, high-throughput logging library.
It was created to perform extensive diagnostic logging without
worrying about performance. Other logging libraries boast the ability
to throw log messages away very quickly. Reckless boasts the ability
to keep them all, without worrying about the performance impact.
Filtering can and should wait until you want to read the log, or need
to clean up disk space.

The code generated at the call site consists of:

- Pushing the arguments on a thread-local queue. This has the same
  cost as pushing the arguments on the stack for a normal function
  call.
- Call to Boost.Lockless (NB: this is bundled with the library, not
  an external dependency) to register the write request on a shared
  lockless queue. The actual message formatting and writing is
  performed asynchronously by a separate thread.

Icon  Name                                        Last modified      Size  
[DIR] Parent Directory - [TXT] README 14-Jun-2018 16:00 873 [TXT] reckless.SlackBuild 11-Mar-2022 06:34 3.4K [   ] reckless.info 11-Mar-2022 06:34 322 [TXT] slack-desc 14-Jun-2018 16:00 963

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!