Skip to content

Commit

Permalink
deploy: 874d56e
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco committed Jan 27, 2024
1 parent d2d3de7 commit c2af019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<p >Please, before submitting a support request read carefully this README and check if an answer already exists among <a href="https://github.com/rlogiacco/CircularBuffer/discussions">previously answered questions</a>: do not abuse of the Github issue tracker. </p>
</blockquote>
<h1><a class="el" href="class_circular_buffer.html" title="Implements a circular buffer that supports LIFO and FIFO operations.">CircularBuffer</a> <a href="https://github.com/rlogiacco/CircularBuffer/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/CircularBuffer.svg?style=social&amp;label=Star" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/network"><img src="https://img.shields.io/github/forks/rlogiacco/CircularBuffer.svg?style=social&amp;label=Fork" alt="GitHub forks" style="pointer-events: none;" class="inline"/></a> <a href="https://twitter.com/intent/tweet?text=Roll%20your%20data%20on%20embedded%20devices%20easily!&amp;url=https://github.com/rlogiacco/CircularBuffer&amp;hashtags=IoT,Arduino,ESP8266,ESP32"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet" style="pointer-events: none;" class="inline"/></a> </h1>
<p ><a href="https://github.com/rlogiacco/CircularBuffer/releases"><img src="https://img.shields.io/github/release/rlogiacco/CircularBuffer.svg" alt="GitHub version" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/releases/latest"><img src="https://img.shields.io/github/downloads/rlogiacco/CircularBuffer/total.svg" alt="GitHub download" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/CircularBuffer.svg" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/issues"><img src="https://img.shields.io/github/issues/rlogiacco/CircularBuffer.svg" alt="GitHub issues" style="pointer-events: none;" class="inline"/></a> <a href="https://travis-ci.org/rlogiacco/CircularBuffer"><img src="https://img.shields.io/travis/rlogiacco/CircularBuffer.svg?branch=master" alt="Build Status" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-LGPL%203-blue.svg" alt="License" style="pointer-events: none;" class="inline"/></a></p>
<p ><a href="https://github.com/rlogiacco/CircularBuffer/releases"><img src="https://img.shields.io/github/release/rlogiacco/CircularBuffer.svg" alt="GitHub version" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/releases/latest"><img src="https://img.shields.io/github/downloads/rlogiacco/CircularBuffer/total.svg" alt="GitHub download" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/stargazers"><img src="https://img.shields.io/github/stars/rlogiacco/CircularBuffer.svg" alt="GitHub stars" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/issues"><img src="https://img.shields.io/github/issues/rlogiacco/CircularBuffer.svg" alt="GitHub issues" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/actions/workflows/main.yml"><img src="https://github.com/rlogiacco/CircularBuffer/actions/workflows/main.yml/badge.svg" alt="Build Status" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/rlogiacco/CircularBuffer/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-LGPL%203-blue.svg" alt="License" style="pointer-events: none;" class="inline"/></a></p>
<p >The library itself has an implicit memory consumption of about <em>0.5Kb</em>: 580 bytes (max) of code and 8 bytes of memory, to my calculations. That does not consider the space used to store the items themselves, obviously.</p>
<ul>
<li><a href="#usage">Usage</a><ul>
Expand Down

0 comments on commit c2af019

Please sign in to comment.