豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

ESQL: DS: bzip2 plugin speedup #146469

@bpintea

Description

@bpintea

Description

This is to investigate uncompressing speedup: the block-boundaries aware implementation seems to pass through a file twice: once to find the block boundaries, to produce the slices, and then again block-by-block. The first pass seems also rather slow, with per byte bit fiddling, plus single-threaded. Which is also non-cancelable.

We might also need to implement here a fallback mechanism that trades in memory for speed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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