FastFile for PB4?
FastFile for PB4?
Hi
Trying to find fastfile for PB 4, but was refferer to PBOSL but i don't see it there.
Is there a FastFile for PB4?
Trying to find fastfile for PB 4, but was refferer to PBOSL but i don't see it there.
Is there a FastFile for PB4?
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Prior to PureBasic v4, file operations were not buffered. There was a need for a buffered file solution which would dramatically speed up file operations, and as a result the PBOSL FastFile library was created. It works well and serves a real need for pre- v4 PureBasic users. However, with the release of 4.0, Fantaisie made buffered file operations native and for current versions of PureBasic, FastFile is unnecessary as native functions provide equal or better performance. Hence it is unlikely the lib will ever be released for version 4.
Last edited by netmaestro on Mon Jan 08, 2007 7:58 pm, edited 1 time in total.
BERESHEIT
here can you found the source for PB 3.94 http://www.purearea.net/pb/download/use ... SL_SRC.zip
i think recompile should work
i think recompile should work
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
No, buffered only.Flype wrote:And what about PureFILE by Gnozal ?
does it have "mapped file" technic inside ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).