{"id":56109,"library":"javolution","title":"Javolution","description":"Javolution provides high-performance collections, real-time capabilities, and utilities for Java, targeting embedded and real-time systems.","status":"active","version":"5.5.1","language":"java","source_language":null,"source_url":"https://kenai.com/svn/javolution~svn-repository/trunk","tags":["real-time","collections","embedded","high-performance"],"install":[{"cmd":"<dependency>\n  <groupId>javolution</groupId>\n  <artifactId>javolution</artifactId>\n  <version>5.5.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'javolution:javolution:5.5.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"FastMap","correct":"javolution.util.FastMap"}],"quickstart":{"code":"import javolution.util.FastMap;\n\npublic class JavolutionExample {\n    public static void main(String[] args) {\n        FastMap<String, Integer> map = new FastMap<String, Integer>();\n        map.put(\"one\", 1);\n        System.out.println(map.get(\"one\"));\n    }\n}","lang":"java","description":"Use Javolution's FastMap for high-performance map operations"},"warnings":[{"fix":"Consider using the latest version (6.x) for improved features and compatibility.","message":"Javolution 5.5.1 is quite old; newer versions may have different APIs and performance characteristics.","severity":"gotcha","affected_versions":"<=5.5.1"}],"env_vars":null,"search_vec":"'capabl':11 'collect':7,26 'embed':17,27 'high':5,29 'high-perform':4,28 'java':15 'javolut':1,2 'perform':6,30 'provid':3 'real':9,20,24 'real-tim':8,19,23 'system':22 'target':16 'time':10,21,25 'util':13","created_at":"2026-06-15T10:20:57.369725+00:00","updated_at":"2026-06-15T10:20:57.369725+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://javolution.org","github":null,"docs":"https://appdoc.app/artifact/javolution/javolution/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}