Giter Site home page Giter Site logo

developer-alexander / largecollections Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 114 KB

Set of large collection types for .NET that can store up to 4607183514018775041 items.

C# 100.00%
largecollection largecollections large collection collections largearray largelist largeset largedictionary array

largecollections's People

Contributors

developer-alexander avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

largecollections's Issues

Question, not an issue

Alex, first of all, well done. It seems promising project.
Honestly speaking, I didn't go through the code yet but I have a quick question: any way to develop SpatialDiskCache as concurrent dictionary? I assume it is not yet.
Last, any way to get LargeCollections working under .net 4 instead of 2 only? How do I wrap it into a 4.6 net project?

Many Thks
Ciaoooo
LUCA

LargeArray CopyFrom ignores count

LargeArray CopyFrom will copy the whole source array despite count being smaller than the source array length due to this line:
long bytesToCopyCount = Math.Min(currentSourceArray.LongLength - currentSourceItemIndex, currentTargetArray.LongLength - currentTargetItemIndex);

I tested with a small source array to make sure it was actually being ignored. Maybe the answer is to Math.Min the result of that line with "count - Currentcount" for bytesToCopyCount.

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.