Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewesdaile committed Apr 3, 2017
2 parents 90b3eec + 3ad06af commit 1198bf9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,5 @@ Index entries have the following format:
- StackNumber : (32 bits) The ID number of the stack that contains the needle (stacks are numbered sequentially).
- NeedleNumber : (32 bits) The ID number of the needle within the stack (needles are numbered sequentially).
- StackOffset : (64 bits) The offset position at which the needle begins in the stack file.
- NeedleSize : (32 bits) The number of bytes in the needle.

Limitations
---

Maximum size of input files:
2^31 = 2,147,483,647 bytes = 2.15 GB

Maximum size of each haystack:
2^63 = 9,223,372,036,854,775,807 = 9223.37 PB
- NeedleSize : (64 bits) The number of bytes in the needle.

0 comments on commit 1198bf9

Please sign in to comment.