Tags · rctay/git · GitHub
Skip to content

Tags: rctay/git

Tags

rc/http-doc/v2/q

Toggle rc/http-doc/v2/q's commit message
add cover letter

rc/http-doc/v1/q

Toggle rc/http-doc/v1/q's commit message
import 95a19b7

rc/gsoc-diff/v6

Toggle rc/gsoc-diff/v6's commit message
xdiff/xhistogram: drop need for additional variable

Having an additional variable (ptr) instead of changing line(1|2) and
count(1|2) was for debugging purposes.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>

gsoc-diff/v4

Toggle gsoc-diff/v4's commit message
xdiff/xprepare: use a smaller sample size for histogram diff

For histogram diff, we can afford a smaller sample size and thus a
poorer estimate of the number of lines, as the hash table (rhash) won't
be filled up/grown. This is safe as the final count of lines (xdf.nrecs)
will be updated correctly anyway by xdl_prepare_ctx().

This gives us a small boost in performance.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>

gsoc-diff/xd-v2

Toggle gsoc-diff/xd-v2's commit message
further simplify next and cnt access

gsoc-diff/xd-v1

Toggle gsoc-diff/xd-v1's commit message
try_lcs: fix chain enumeration

gsoc-diff/raw-v4

Toggle gsoc-diff/raw-v4's commit message
check ha before doing comparison

gsoc-diff/ptr-v3

Toggle gsoc-diff/ptr-v3's commit message
further simplify next and cnt access

gsoc-diff/ptr-v2

Toggle gsoc-diff/ptr-v2's commit message
scanA: fix orphaning of chains

gsoc-diff/ptr2-v1

Toggle gsoc-diff/ptr2-v1's commit message
gen_cnt: fix last un-init