Giter Site home page Giter Site logo

Comments (2)

dzmitry-lahoda avatar dzmitry-lahoda commented on July 19, 2024

I see next

* Adding non-generic IList to PooledList

So there is reason to add this stuff? I feel that having non generic interfaces may preclude some fancy type based optimizations in future.
I have never ever used non generic list as it is not type safe either.

I do not say that it will work or case to consider, but I now experimenting with JIT of static class per generic parameters which can be used for adhoc optimization and per type combination cache. Other generic options may go from safe usage of Unsafe. And why would I use non generic API to make things slower?

from collections.pooled.

jtmueller avatar jtmueller commented on July 19, 2024

I don't have much use for non-generic interfaces either, but I changed my mind about removing them. It's really not any extra effort to support them since that support is already present in the code I'm basing this stuff on in corefx.
Supporting the non-generic interfaces makes it possible to use these collections with legacy API's that don't support generics.
Having explicit interface implementations but not using them doesn't hurt performance in any way I can imagine. It makes for a DLL that's 1-2 KB larger than it would otherwise be, and that's about it. Unless there's a specific, provable scenario in which removing support for non-generic collection interfaces improves performance, I'm not really seeing a compelling case for doing so.

from collections.pooled.

Related Issues (20)

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.