[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-635-gfe3af74f

Richard B. Kreckel git at ginac.de
Sun Sep 22 13:23:18 CEST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, master has been updated
       via  fe3af74fb8c8af4c8ab008c4788a7755b602db08 (commit)
      from  452e51c8a3b84c368ae3ba2e60dacbc1985e7b5c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe3af74fb8c8af4c8ab008c4788a7755b602db08
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Sun Sep 22 13:19:00 2019 +0200

    Remove exhashmap<T> class.
    
    Class exhashmap<T> was a workaround for missing std::hash_map<Key, T>
    in the original C++98 standard. It was put in GiNaC because map<Key, T>
    was deemed too slow. Since C++11 there is std::unorderd_map<Key, T>,
    which is hash-based. To be able to use it, add specializations of
    std::hash<ex> and std:equal_to<ex>.

-----------------------------------------------------------------------

Summary of changes:
 check/CMakeLists.txt    |   2 -
 check/Makefile.am       |   8 -
 check/exam_hashmap.cpp  | 293 -------------------------
 check/time_hashmap.cpp  | 117 ----------
 doc/tutorial/ginac.texi |  41 +---
 ginac/ex.h              |  20 ++
 ginac/hash_map.h        | 570 +-----------------------------------------------
 7 files changed, 28 insertions(+), 1023 deletions(-)
 delete mode 100644 check/exam_hashmap.cpp
 delete mode 100644 check/time_hashmap.cpp


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations



More information about the GiNaC-devel mailing list