Skip to content

object pooling #8

@RenchuSong

Description

@RenchuSong

Provide a memory pool to store objects created by time consuming operations (i.e., get from db) and will be used in the near future.

Provide:
push an object to the pool
pre-check if a demanded object is in the pool. If yes, directly get it, or else create the object from time consuming operations and push it to the pool

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions