Giter VIP home page Giter VIP logo

collections's People

Contributors

ximtech avatar

Stargazers

 avatar

Watchers

 avatar

collections's Issues

Crashing when creating multiple hashmaps over a certain size

Hi,
I've been trying to get the library to work for a couple of days and it does work pretty good for the most part. However, I'm having a weird issue. I need to create 3 custom type hashmaps. They all need to be size 94 (at least). I created my hash map types. But I am having a problem if I make the cumulative capacity of the 3 too big and I'm not sure why.
I discovered that the capacity I enter into the CREATE_HASH_MAP is doubled and then taken to the next power of 2. Therefore, 94 becomes 256. If the numbers for all 3 that are doubled and taken to a power of 2 all cumulatively add up to 512, my ECU will crash immediately. If they are less it will not, However, I do need the 3 to be the same size (94).
Do you know if there is some restriction I am not taking into account? The library is very macro heavy and a little challenging to parse. I am attaching a screenshot of an example that would fail. (I changed the type and label names for proprietary reasons)
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.