A.17 library(fastrw): Fast reading and writing of terms
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(fastrw): Fast reading and writing of terms
fast_read/1
fast_write/1
fast_write_to_string/3
Packages
Availability:
:- use_module(
library(fastrw)
).
(can be autoloaded)
fast_write
(
+Term
)
Output
Term
in a way that
fast_read/1
and
fast_read/2
will be able to read it back.