Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17527 shaares · 14141 private links
Filters
Links per page
20 50 100
5 results tagged algorithm

fa81/ApproxyCount: A (Python) script to approximate the number of distinct values in a stream of elements using the (simple) Chakraborty/Vinodchandran/Meel algorithm (https://arxiv.org/pdf/2301.10191#section.2). - Codeberg.org

A (Python) script to approximate the number of distinct values in a stream of elements using the (simple) Chakraborty/Vinodchandran/Meel algorithm (https://arxiv.org/pdf/2301.10191#section.2).

tldr:

Compared to sort/uniq:

– sort/uniq always uses less memory (about 30-50%).
– sort/uniq is about 5 times slower.

Compared to 'the awk construct':

– awk uses about the same amount of time (0.5x-2x).
– awk uses much more memory for large files. Basically linear to the file size, while ApproxiCount has an upper bound. For typical multi-GiB files this can mean factors of 20x-150x, e.g. 5GiB (awk) vs. 40MiB (aprxc).

python cli linux tool algorithm math computerscience bigdata
May 23, 2024 at 18:53:25 GMT+2*
https://codeberg.org/fa81/ApproxyCount

How Not To Sort By Average Rating

statistics programming algorithms math rating algorithm sorting ranking ratings
October 2, 2014 at 19:49:57 GMT+2
http://www.evanmiller.org/how-not-to-sort-by-average-rating.html

How to Choose Colours Procedurally (Algorithms) | devmag.org.za

programming algorithm algorithms procedural via:popular colors
September 4, 2013 at 15:37:54 GMT+2
http://devmag.org.za/2012/07/29/how-to-choose-colours-procedurally-algorithms/

Big-O Algorithm Complexity Cheat Sheet

algorithms cheatsheet programming reference algorithm
May 8, 2013 at 12:53:10 GMT+2
http://bigocheatsheet.com/

lz4 - Extremely Fast Compression algorithm - Google Project Hosting

LZ4 is a very fast lossless compression algorithm, providing compression speed at 300 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speeds up and beyond 1GB/s per core, typically reaching RAM speed limits on multi-core systems.

compression gzip library algorithm code
April 14, 2013 at 10:27:26 GMT+2
https://code.google.com/p/lz4/
Filters
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community