Luke Gorrie

Results 165 issues of Luke Gorrie

This issue spells out a plan for adding support for Mellanox ConnectX-4 NICs to Snabb Switch. The idea is to develop "native" support for Mellanox cards. This requires understanding the...

enhancement

I think it is important to create a unified API accessible via the module `snabb`. This would accomplish a great many things: 1. Define a supported interface with [semantic versioning](http://semver.org/)...

idea

TLDR; Scroll down for pretty screenshot. I have a new revision of the timeline code. This one is intended to come upstream very soon. This branch is a preview for...

Proof-of-concept solution to issue #32. Compiles the root trace for the foldl-loop separately for each calling function. This reduces excessive side tracing. For the specific test case from #32 it...

I am really happy to discover this project! I am also interested in writing code that specifically exploits the strengths of LuaJIT. I find your example on the README very...

There was a very interesting exchange between @corsix and @justincormack in the Q&A at the end of the [LuaJIT GC64 talk](https://www.youtube.com/watch?v=ZeaDk9ElKws) on the relative performance of a bytecode interpreter written...

idea

This issue is to "import" and idea that I really like from the LuaJIT repo: https://github.com/LuaJIT/LuaJIT/issues/488 The Lua bytecode compiler is currently written in C but it does strike me...

help wanted
idea

We have a Slack channel `#raptorjit` over at http://snabb.slack.com/. You are welcome to come and hang out there as a virtual watercooler. There is also a `#studio` channel about the...

info

On this issue I want to address a few related issues: #### Is it realistic to use Lua as a low-level system programming language? I do believe that it is...

I have been thinking about the best way to explain the purpose of the RaptorJIT project and especially how I perceive the goals of this project to differ from LuaJIT....

goal
idea