https://github.com/artspb/instanceof-isinstance-benchmark
JMH benchmark: instanceof vs isInstance
https://github.com/artspb/instanceof-isinstance-benchmark
Last synced: about 1 month ago
JSON representation
JMH benchmark: instanceof vs isInstance
- Host: GitHub
- URL: https://github.com/artspb/instanceof-isinstance-benchmark
- Owner: artspb
- License: mit
- Created: 2016-04-11T13:14:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T13:52:49.000Z (about 9 years ago)
- Last Synced: 2025-02-05T11:17:08.845Z (3 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instanceof-isInstance-benchmark
JMH benchmark: instanceof vs isInstance## Introduction
The benchmark is an attempt to prove correctness of [this](http://stackoverflow.com/questions/36435670/whats-faster-instanceof-or-isinstance/36437191#36437191) SO answer.
The project is a work in progress.Visit [Releases](https://github.com/artspb/instanceof-isInstance-benchmark/releases) section to download latest build.
## Hints how to use
Use the next line to run benchmark with default parameters:
java -jar benchmark.jar