https://github.com/xyproto/datablock
:herb: Types and functions for caching files and directory listings with a fixed buffer size
https://github.com/xyproto/datablock
cache filecache go
Last synced: 3 months ago
JSON representation
:herb: Types and functions for caching files and directory listings with a fixed buffer size
- Host: GitHub
- URL: https://github.com/xyproto/datablock
- Owner: xyproto
- License: bsd-3-clause
- Created: 2017-03-14T14:02:00.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T17:46:22.000Z (over 2 years ago)
- Last Synced: 2025-03-12T13:22:48.613Z (about 1 year ago)
- Topics: cache, filecache, go
- Language: Go
- Homepage:
- Size: 2.19 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datablock [](http://godoc.org/github.com/xyproto/datablock) [](http://goreportcard.com/report/xyproto/datablock)
Module for reading and caching files into a fixed size cache buffer.
Can also cache calls to `os.Stat`, for cases of extreme optimization.
Coding style
------------
* The code shall always be formatted with `go fmt`.
Online API Documentation
------------------------
[godoc.org](http://godoc.org/github.com/xyproto/datablock)
General information
-------------------
* Version: 1.2.0
* License: BSD-3
* Alexander F Rødseth <xyproto@archlinux.org>