How to Install and Uninstall golang-github-dgraph-io-ristretto-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-dgraph-io-ristretto-dev" package

Please follow the steps below to install golang-github-dgraph-io-ristretto-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-dgraph-io-ristretto-dev

2. Uninstall "golang-github-dgraph-io-ristretto-dev" package

This guide let you learn how to uninstall golang-github-dgraph-io-ristretto-dev on Kali Linux:

$ sudo apt remove golang-github-dgraph-io-ristretto-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-dgraph-io-ristretto-dev package on Kali Linux

Package: golang-github-dgraph-io-ristretto-dev
Source: golang-github-dgraph-io-ristretto
Version: 0.0.3-2
Installed-Size: 132
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-cespare-xxhash-dev, golang-github-dgryski-go-farm-dev, golang-github-stretchr-testify-dev
Size: 32576
SHA256: 0c7ea51e3cdb0225e3487a505cd8b3b986542cbb7fcfabf3b17a8c81d0aac09e
SHA1: 742db1d9de1c759f444472e8752983d7ac1e7810
MD5sum: 221ae98d8cec3c0ca8df864d94cde5bb
Description: high performance memory-bound Go cache
Ristretto is a fast, concurrent cache library built with a focus on
performance and correctness.
.
The motivation to build Ristretto comes from the need for a
contention-free cache in Dgraph (https://github.com/dgraph-io/dgraph).
.
Features:
* High Hit Ratios - with our unique admission/eviction policy
pairing, Ristretto's performance is best in class.
* Eviction: SampledLFU - on par with exact LRU and better performance
on Search and Database traces.
* Admission: TinyLFU - extra performance with little memory overhead
(12 bits per counter).
* Fast Throughput - we use a variety of techniques for managing
contention and the result is excellent throughput.
* Cost-Based Eviction - any large new item deemed valuable can evict
multiple smaller items (cost could be anything).
* Fully Concurrent - you can use as many goroutines as you want with
little throughput degradation.
* Metrics - optional performance metrics for throughput, hit ratios,
and other stats.
* Simple API - just figure out your ideal Config values and you're off
and running.Status Ristretto is usable but still under active
development. We expect it to be production ready in the near future.
Description-md5:
Homepage: https://github.com/dgraph-io/ristretto
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-dgraph-io-ristretto/golang-github-dgraph-io-ristretto-dev_0.0.3-2_all.deb