Giter Site home page Giter Site logo

Comments (1)

drmingdrmer avatar drmingdrmer commented on June 2, 2024
  1. Possible to show GC performance on... a few variations?

How to benchmark the GC performance? I've not yet done this before. 🤔

  1. Possible to provide example usage with a "package main" example instead?

I did not get what you want.

  1. pls show alloc / op and bytes alloc / op information. thx

Detailed benchmark can be obtained by running test with -bench or -benchmem.
A query operation does not alloc to fetch a fixed type return value, such as u16.
The more generic query API that returns interface{} allocates one interface for the return value.
Memory allocation during creation is hard to estimate, let the benchmark tell.

  1. how do you gzip-size? what do you mean by gzip-size on the front page readme? how do you gzip the data?

Just the default gzip <fn>

  1. how do you do delete function or insertion one by one?

slimtrie is static thus it does not support deletion after creation.

  1. suggestion on how to do lru with this slim trie?

LRU is not possible with a static data type.

from slim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.