index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insert_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor optimization of insert_string
Hans Kristian Rosbach
2025-08-20
1
-1
/
+1
*
Move update_hash(), insert_string() and quick_insert_string() out of functable
Hans Kristian Rosbach
2024-02-23
1
-0
/
+21
*
Move insert_string and update_hash C fallbacks to arch/generic.
Hans Kristian Rosbach
2024-01-19
1
-21
/
+0
*
Added rolling hash functions for hash table.
Nathan Moinvaziri
2021-06-25
1
-12
/
+8
*
Increase hash table size from 15 to 16 bits.
Hans Kristian Rosbach
2020-08-23
1
-1
/
+3
*
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-23
1
-1
/
+1
*
Remove extra lines between functions and their comments.
Nathan Moinvaziri
2020-05-30
1
-1
/
+0
*
Simplify generic hash function using knuth's multiplicative hash.
Nathan Moinvaziri
2020-05-24
1
-10
/
+2
*
Removed TRIGGER_LEVEL byte masking from INSERT_STRING and UPDATE_HASH due to ...
Nathan Moinvaziri
2020-04-30
1
-11
/
+4
*
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri
2020-04-30
1
-0
/
+39