Skip to content
View edefazio's full-sized avatar
🙂
Focusing
🙂
Focusing
Block or Report

Block or report edefazio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. varcode varcode Public

    Generate, compile and run .java source dynamically at runtime

    Java 11 1

  2. draft.java draft.java Public

    Java 2

  3. demonstrate using $macros to modify ... demonstrate using $macros to modify _class models and reduce boilerplate code
    1
    package tutorial;
    2
    
                  
    3
    import draft.java.*;
    4
    import draft.java.file._export;
    5
    import draft.java.macro.*;
  4. using SWAR (SIMD Within A Register) ... using SWAR (SIMD Within A Register) in Java using general purpose registers
    1
    package swar.subword;
    2
    
                  
    3
    public class SWAR_Intro_NoComments 
    4
    {
    5
    	public static void main ( String[] args )