Skip to content

Memory leak #1

@kf106

Description

@kf106

I think there is a memory leak in the implementation. The following simple short program consumes an extra 150Mb of memory every second that is not released:

const keccak256 = require('keccak256');

for (let i = 0; i < 100000000000; i++) {
    const result = keccak256('something');
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions