KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
slice
★ 20
Open GitHub ↗
Luajit array slice implementation
Download README (.md)
Explore Similar Repositories
refineslide
:
A 3D transform/CSS transition-enabled jQuery plugin for displaying responsive, image-based content with shiny animations.
botnet-detection
:
A network analysis algorithm for detecting bots on large networks.
muscode
:
Minecraft .mus file encoder and decoder
viewful
:
a tiny and isomorphic consolidated view engine for JavaScript
libyui-ncurses
:
libyui-ncurses
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slice
?
Download (.md)
This is a simple Luajit ffi array slice library, loosely based on he Go slice API This requires Luajit head is it uses the new parameterized types http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,4 The Go API is documented here http://blog.golang.org/2011/01/go-slices-usage-and-internals.html and http://golang.org/ref/spec#Slice_types TODO: add append operation, plus expand length helper. Decide how best to check two types are the same. This code is licensed under the MIT license.