Search Results for "performance java" - Page 24

Showing 860 open source projects for "performance java"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 1
    This project is a simple board computer car (emulated) to mobile phones. The goal is offer to the car user that don't have a board computer embeded. With a structor statistics and charts to analyze the performance of car (autonomy, fuels spending, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A very simple Equity Investment Stragety Analyser tool. What it does : - Maintain Stock portfolios - Simulate Investment using NSE Historical bhav data files - Analyze different investment strategies against index performance - Graph the results
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JRandO is a test data generator or better test object generator framework. It can be used in JUnit tests or in performance test (for e.g. using JMeter). It may also be useful in anonymization of data or in a simulation environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A collection of Concurrent and Highly Scalable Utilities. These are intended as direct replacements for the java.util.* or java.util.concurrent.* collections but with better performance when many CPUs are using the collection concurrently.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Java bindings for FUSE (http://fuse.sourceforge.net). Allows filesystems to be written in a combination of C and Java utilizing the FUSE library, aiming to provide maximum flexibility, ease of use and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Soft-Real-Time Processor: A generic processing engine that can guarantee the timely completion, successful or not, of some processing task. Written to be easily applicable and extensible, with high efficiency and performance, and low overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CrossFTP Server is a secure enabled FTP Server for multiple platforms. It offers a high-performance, easy configurable, and most of all a secure FTP server. It is very easy to start a new FTP service for the novice users, and for advanced users as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    zpm(c) is a Java client cooperating with database tables created by zpmd (z/VM Performance Monitor Daemon) software. It presents system usage and actual events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tokyo Cabinet is the successor of QDBM, a high performance database library similar to the DBM family. It also supports hash and B-tree databases and does not require any server process. The overall speed is improved compared to QDBM.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    A metronome specifically designed for performance drummers. OS Independent, visual, simple and multiple phases (ie: no need to synchronize with the beat). Download and unpack the zip file and open the 'index.html' page for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A high-performance, fully extensible, RFC 854 Telnet client library and framework. Use it as a stand-alone end user client (making use of the JTerminal Swing component), or use the event-based API to automate host interactions. Supports VT100 TN3270
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project benchmarks the performance of three Java toolkits for working with VMware Infrastructure and vSphere: VI (vSphere) Java, the VI SDK for Java, and the vSphere SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lack of Progress Bar (Lopb) is an Eclipse plugin that tracks how long developers wait for file check-ins/outs, code compilation, publishing apps to a web server, and other IDE background jobs to complete. Read more at http://lopb.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Unified Search Framework is an HPC tool for conducting search optimization and experiment design on High Performance Computing platforms. USF has been designed for platforms containing thousands of processors, and tested to 10,000 CPU cores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Shadowtail is a Java/Spring framework for gathering numerical data (statistics) about a Java application. It is particularly useful as a source of data to feed Orca, the free tool for plotting textual data onto a directory on a Web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Swana is a web site visits analysis tool based on Java technology. Swana 是一个基于Java技术的网站流量分析工具。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    In early stages of software process implantation, is hard to measure the company performance. So, this project aims to help this difficult by providing a measurement process tool for software factories continuos improvement program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AtomicDate is a Simple Network Time Protocol (SNTP) implementation in Java, as described by RFC 2030. It's composed by a client/server framework and works as an extension to java.util.Date class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a project for performance prediction of middleware based systems. The tool support the separation of modeling and construction for performance impacts. The input of our tool is UML model with SPT annotation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VT-Layer is a Java library for discrete-event simulation modeling. VT-Layer allows you to create, visualize, and analyze high-performance discrete-event simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A high-performance implementation of a SIP Stack in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FengGUI is a highly customizable, XML centric graphical user interface (GUI) application programming interface (API) based on OpenGL for Java. It addresses game and multimedia developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The CodeTime platform covers every aspect of parallel software from authoring, through distribution, to run-time. Its goals are: high programmer productivity; write once, run high performance anywhere; and wide acceptance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tying together Zend Framework, PHP/Java Bridge, JTOpen, and Tomcat to provide a FOSS solution for i5 (IBM i, iSeries, AS/400) PHP developers struggling with the performance issues of the Integrated File System.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.