Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc7d2b8

Browse files
committed
Remove information about Python < 2.5 in README
1 parent 9478708 commit cc7d2b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Smmap wraps an interface around mmap and tracks the mapped files as well as the
1919

2020
To allow processing large files even on 32 bit systems, it allows only portions of the file to be mapped. Once the user reads beyond the mapped region, smmap will automatically map the next required region, unloading unused regions using a LRU algorithm.
2121

22-
The interface also works around the missing offset parameter in python implementations up to python 2.5.
23-
2422
Although the library can be used most efficiently with its native interface, a Buffer implementation is provided to hide these details behind a simple string-like interface.
2523

2624
For performance critical 64 bit applications, a simplified version of memory mapping is provided which always maps the whole file, but still provides the benefit of unloading unused mappings on demand.

0 commit comments

Comments
 (0)