Giter Club home page Giter Club logo

dragonffi_example's Introduction

DragonFFI Examples

DragonFFI a C Foreign Function Interface (FFI) library written in C++ and based on Clang/LLVM.

I coded some python examples using DragonFFI.

Motivation

LLVM Project announced about DragonFFI on this post. So I tried!

My Setting

  • Runtime
    • Python 3.6.3 :: Anaconda, Inc.
  • Installation
    • pip install pydffi

Easy Benchmark

Fibonacci

$ python fib_nrm.py 
Time:0.3381009101867676[sec]
$ python fib_opt.py 
Time:5.2928924560546875e-05[sec]
$ python call_fib_from_c_nrm.py 
Time:0.049577951431274414[sec]
$ python call_fib_from_c_opt.py 
Time:0.04542684555053711[sec]

Matmul

$ python matmul.py
Python:7.10671[sec]
C(FFI):0.03292[sec]
numpy :0.02811[sec]

dragonffi_example's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.