Skip to content

Commit 5ac38ff

Browse files
committed
Update readme
1 parent 402dfab commit 5ac38ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ DELETE:
230230
| (4096 bytes) | (4096 bytes) | ...
231231
-----------------------------------------
232232
```
233-
Accessing a block is as simple as taking the block identifier (a 0 based number) and multiplying by the block length. Possibly include a header structure for file version and block size?
233+
Accessing a block is as simple as taking the block identifier (a 0 based number) and multiplying by the block length.
234234

235235
The block file will be expanded as needed. Up to a maximum of of uint_32 (4,294,967,295) blocks.
236236

237-
**Future:** Defrag / Optimize routine?
237+
**Future:** Defrag / Optimize routine? Possibly include a header structure for file version and block size?
238238

239239
### Filesystem
240240
```
@@ -254,7 +254,7 @@ A Least Recently Used list will be maintained globally. This will be done via a
254254
Hard limits will be enforced on database size (sum of value size). When this limit is exceeded the least recently used values will be expired until the database it atleast X% under the limit.
255255

256256
## Expiration
257-
For now expiration will be lazy, performed on the GET request as validation. In the future an expiration cursor will be implemented.
257+
Expiration is both lazy and implemented via a simple expiration cursor expiring a small number of tables at a time.
258258

259259
## Configuration
260260
```

0 commit comments

Comments
 (0)