octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49559] Implementation of containers.Map


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49559] Implementation of containers.Map
Date: Tue, 8 Nov 2016 14:26:45 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49559>

                 Summary: Implementation of containers.Map
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Tue 08 Nov 2016 02:26:43 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Hash tables are available in Matlab with the containers.Map class:

https://www.mathworks.com/help/matlab/map-containers.html

I wrote an Octave implementation that should have the same functionalities
even if it will be much slower for large tables as it doesn't formally
implement an hashmap (I guess we should use a wrapper to java or C++ for that
instead). The class file is attached here (to be copied in a +containers
folder). if you think this might anyway be useful, I can add some help text
and unit tests.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 08 Nov 2016 02:26:43 PM GMT  Name: Map.m  Size: 7kB   By: gyom

<http://savannah.gnu.org/bugs/download.php?file_id=38905>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49559>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]