Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ASM

Compare

Claimed by The OW2 Consortium Analyzed about 12 hours ago

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as ... [More] BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]

51.6K lines of code

7 current contributors

5 days since last commit

35 users on Open Hub

Low Activity
4.78571
   
I Use This

Jasm

Compare

Claimed by Whiley Analyzed about 4 hours ago

An Assembler / Disassembler for Java Bytecode. Also, a useful library for reading / writing class files which is currently used in the Whiley compiler (see http://whiley.org).

28.7K lines of code

4 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This