BipBuffer
Buffer library
A Nim implementation of a buffer that allows contiguous memory blocks to be read without wrapping around the end.
A Nim implementation of Simon Cooke's Bib Buffer
6 stars
1 watching
1 forks
Language: Nim
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bkaradzic/bimg | A C++ library for image manipulation and processing | 328 |
marcpaq/b1fipl | A collection of single-file implementations of various programming languages | 999 |
muziqiushan/vim-bufonly | A Vim plugin that restricts the current buffer to a single window and removes unnecessary buffers. | 0 |
persan/protobuf-ada | A software implementation of Google's Protocol Buffers data interchange format in Ada | 18 |
matbme/jabs.nvim | A minimal Neovim buffer switcher with an interactive window display. | 282 |
jab/bidict | A bidirectional mapping data structure for Python | 1,483 |
backdround/tabscope.nvim | A plugin that transforms global buffers into tab-local buffers, enabling context-specific access to buffers across multiple tabs. | 49 |
pmunch/protobuf-nim | An implementation of the Protocol Buffers message format in Nim. | 171 |
bufferapp/buffer-ruby | A Ruby wrapper for the Buffer API | 56 |
beshrkayali/loki | A small library for writing line-oriented command interpreters in Nim. | 32 |
cowtowncoder/low-gc-membuffers | A library for creating efficient in-memory data buffers with minimal garbage collection overhead | 136 |
joshglazebrook/smart-buffer | A Buffer wrapper that adds features like automatic offset tracking and string operations to make working with binary data easier | 102 |
majerle/lwrb | A lightweight, thread-safe and interrupt-safe ring buffer manager library that provides a generic FIFO implementation with optimized memory copy for efficient data transfer. | 896 |
hamidb80/mycouch | A CouchDB client library written in Nim. | 8 |
bluenote10/nim-heap | A binary heap data structure implementation in Nim language | 20 |