Skip to content

Releases: r-lib/fastmap

fastmap 1.2.0

16 May 13:45
@wch wch
Compare
Choose a tag to compare
  • Changed fastmap's $has() method to use C++ contains() method (which is new in hopscotch-map 2.3.0). (#30)

  • Previously calling $mset() with empty input would result in an error; now it is a no-op. (#38)

fastmap 1.1.1

24 Feb 16:33
@wch wch
Compare
Choose a tag to compare
  • Updated hopscotch-map library to 2.3.0.

  • Closed #24: Added a $clone() method to fastmap. (#26)

  • Fixed #27: If a fastmap object has no holes in the lists storing keys and values, and then it is serialized and then unserialized, the new fastmap would contain zero items. (#28)

  • Faster implementations of fastmap $keys() and $as_list() methods.

fastmap 1.1.0

25 Jan 21:16
@wch wch
Compare
Choose a tag to compare
  • Added faststack() and fastqueue(). (#15)

fastmap 1.0.1

25 Jan 21:16
@wch wch
Compare
Choose a tag to compare
  • Fixed #13: fastmap.cpp now explicitly includes the algorithm header, which is needed on some platforms to successfully compile.

fastmap 1.0.0

25 Jan 21:16
@wch wch
Compare
Choose a tag to compare
  • First release on CRAN.