Skip to content

Hashing the text instead of dictionary keys #41

@CosminC3

Description

@CosminC3

Hi,

I used some of your code to make some very good dictionaries in one of my apps.
Thank you very much.

Now I have a different situation: dictionaries for multiple (automated/confirmation) find&replace.
They can be strings of any kind: Any (upcase/lowcase) letter, number 0..9 or even chars not found in words.

Usualy there are a large number of searches on large rtfs - and only a few replacements.
So it seems a text hashing (instead of dictionary key hashing) would be a lot faster.

Do you have some advices/hints on how to do that?

Thank you.

Kind regards,
Cosmin

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