GithubHelp home page GithubHelp logo

fastutil-lite's Introduction

Hi there ๐Ÿ‘‹

Hello, I'm Aikar. Been around the block in open source for a long time bouncing between a few game projects. Most of my focus is in Minecraft for the most recent years. Many in the developer community here should know me for my work on Paper (and previously Spigot), working to improve the server performance.

My specialty is in performance optimizations, but also DEATH TO BOILERPLATE software libraries.

Paper Donate Empire Minecraft
Paper, the highest performance Minecraft Server Want to donate? Try out my Survival Server
PaperMC Donate to Aikar
GitHub Sponsors
PaperMC
Aikar Stats

Check out pinned repo's for some of my most recent work.

fastutil-lite's People

Contributors

aikar avatar creeperface01 avatar egg82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fastutil-lite's Issues

Add BigArrays

These are collections added in FU-8 and don't require much in the way of extra classes. They're arrays which use longs as their size capacity, basically. They're not intended to live long in memory and are useful for, say, loading large files (which the io package does, and uses those classes for)

Add Object2Short

Please add it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenHashMap, it.unimi.dsi.fastutil.objects.Object2ShortMap, it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap to a module.

Add In2Int, Long2Long, etc maps

Wouldn't increase the size much, and there's good utility in those maps anyway.

Slightly related, we might want to consider adding Int2Long, Bool2Double, (whatever) etc maps in new modules so people can pull/use those as well, although I'm not sure how best to do that without adding a hundred more modules or making a mess of things. Those other maps are useful, but yeah..

Not able to acess FastEntrySet

Pom:

`

    <!-- This adds the Spigot Maven repository to the build -->
    <repository>
        <id>spigot-repo</id>
        <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url></repository>
    <repository>
        <id>aikar</id>
        <url>https://repo.aikar.co/content/groups/aikar/</url>
    </repository>
    <repository>
        <id>aikar</id>
        <url>https://repo.aikar.co/content/repositories/aikar-snapshots/</url>
    </repository>

`

`

    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-base</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-lite</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objectbase</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objecthashmap</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objectcustomhashmap</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>

`

I can't acess FastEntrySet methods, i can't see whats wrong, i can acess .values etc, but not the entry set, the import does not work
wtagsawga
WTAGSAGWA
Is anything wrong with my pom?

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.