Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
python-bps
Browse files
Apr 11, 2025
replace deprecated imports
· 479a7cab
Stef Kischak
authored
Apr 10, 2025
View commits for tag 0.1
0.1
479a7cab
Oct 16, 2011
Bump to version 5.
· 470094a8
Tim Allen
authored
Oct 16, 2011
470094a8
Oct 15, 2011
Handle partial rollbacks more cleverly.
· 9f5a2979
Tim Allen
authored
Oct 15, 2011
9f5a2979
Give OpBuffer a reference to the target file.
· caf6cd88
Tim Allen
authored
Oct 15, 2011
caf6cd88
A way to calculate aggregate operation efficiency.
· ea766f14
Tim Allen
authored
Oct 13, 2011
ea766f14
Implement op.efficiency() in terms of op.encoded_size()
· 5f564b06
Tim Allen
authored
Oct 11, 2011
5f564b06
Add a .efficiency() method to operation objects.
· 555f396f
Tim Allen
authored
Aug 20, 2011
555f396f
Teach OpBuffer to track targetWriteOffset.
· 0fe708dc
Tim Allen
authored
Oct 15, 2011
0fe708dc
Separate basic OpBuffer appending from rollback handling.
· 8412e06f
Tim Allen
authored
Oct 15, 2011
8412e06f
Make OpBuffer cache copy offsets.
· 91019519
Tim Allen
authored
Oct 06, 2011
91019519
Remove unused import
· 2f65fbeb
Tim Allen
authored
Oct 06, 2011
2f65fbeb
Sep 28, 2011
Ignore inefficient candidate copy operations.
· 6b663ff2
Tim Allen
authored
Sep 29, 2011
6b663ff2
Sep 20, 2011
Make bps.diff use OpBuffer.copy_offsets()
· 46332ba4
Tim Allen
authored
Sep 20, 2011
46332ba4
Add OpBuffer.copy_offsets()
· 63046455
Tim Allen
authored
Sep 20, 2011
63046455
Sample every byte of the source and target.
· 242805fe
Tim Allen
authored
Sep 09, 2011
242805fe
Sep 08, 2011
Buffer patch operations before emitting them.
· d48ec248
Tim Allen
authored
Sep 08, 2011
d48ec248
Keep track of bestOp's forespan too.
· fc610337
Tim Allen
authored
Sep 08, 2011
fc610337
bestOp is not a list anymore.
· ccbfd3ca
Tim Allen
authored
Sep 08, 2011
ccbfd3ca
Add a __repr__() to OpBuffer.
· f5299a7e
Tim Allen
authored
Sep 08, 2011
f5299a7e
Strip out all the cleverness from bps.diff
· b5d73762
Tim Allen
authored
Sep 08, 2011
b5d73762
Add helpful messages for some assert statements.
· 369a885e
Tim Allen
authored
Sep 08, 2011
369a885e
Sep 07, 2011
Add a new OpBuffer container.
· badaf315
Tim Allen
authored
Sep 07, 2011
badaf315
Whitespace fixes
· d516b187
Tim Allen
authored
Sep 07, 2011
d516b187
Add a .shrink() method to patch operations.
· c3b7e557
Tim Allen
authored
Sep 07, 2011
c3b7e557
Turn BlockMap into a custom hashmap.
· 59c0305f
Tim Allen
authored
Sep 07, 2011
59c0305f
Sep 05, 2011
Make blocksize a parameter to diff_bytearrays().
· 53b2c0e1
Tim Allen
authored
Sep 05, 2011
53b2c0e1
Change pendingTargetReadSize to an absolute offset.
· f37e8924
Tim Allen
authored
Sep 05, 2011
f37e8924
Sep 02, 2011
Optimise the measure_op() function.
· 652b1a4d
Tim Allen
authored
Sep 02, 2011
652b1a4d
Display progress with three decimal places.
· 8de4d4d7
Tim Allen
authored
Sep 02, 2011
8de4d4d7
Sep 01, 2011
Replace fancy iterator chaining with simple imperative logic.
· ea8ed9d6
Tim Allen
authored
Sep 01, 2011
ea8ed9d6
Don't call len() in an inner loop.
· 7829d812
Tim Allen
authored
Sep 01, 2011
7829d812
Generate candidates and compare them one at a time.
· a5f84166
Tim Allen
authored
Sep 01, 2011
a5f84166
Store block offsets in an array, not a list.
· 3e2ca146
Tim Allen
authored
Aug 30, 2011
3e2ca146
Inline iter_candidate_ops() into diff_bytearrays().
· be85ecab
Tim Allen
authored
Aug 30, 2011
be85ecab
Search harder for block encoding candidates.
· 8e791780
Tim Allen
authored
Aug 30, 2011
8e791780
A more useful error message for the validator.
· ec40edf2
Tim Allen
authored
Aug 29, 2011
ec40edf2
Implement backwards block extension.
· 781f5019
Tim Allen
authored
Aug 29, 2011
781f5019
Aug 24, 2011
Batch up consecutive TargetRead operations.
· 2bae74a9
Tim Allen
authored
Aug 22, 2011
2bae74a9
Aug 23, 2011
Simplify bps.diff.iter_candidate_ops().
· 7a544820
Tim Allen
authored
Aug 22, 2011
7a544820
Aug 20, 2011
Candidate encodings can involve multiple operations.
· 889c3134
Tim Allen
authored
Jun 26, 2011
889c3134
Loading