Skip to content

Create validate which do not copy a data #111

Description

@Khatskevich

Sometimes one needs only know if the data is valid (copying is not necessary).

Small bench showed that this can increase speed drastically:
150Krps -> 600Krps.

A separate function can be created for the case.

One of the ways to implement and maintain two similar versions of the validate is storing the function body as a string and modifying it before loadstring().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions