Coder Social home page Coder Social logo

runtimeenvironment's Introduction

Symatem

Umbrella Repository for the entire SDK.

git clone --recursive https://github.com/Symatem/Symatem.git

Read "Getting Started" or try the online version.

runtimeenvironment's People

Contributors

arlac77 avatar lichtso avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

runtimeenvironment's Issues

Binary Data Structures

Replace C/C++ StdLib data structures and algorithms with own implementations

  • std::stream
  • std::string
  • std::queue
  • std::vector
  • std::min, std::max, modf(), floor()
  • std::set, std::pair, std::make_pair, std::unique_ptr
  • std::map
  • std::function
  • Replace malloc / free

Implement a custom binary representation / file system

  • Blob Index
  • Order Statistic B+ Tree
    • Get Rank
    • Find Rank
    • Update Rank on Insert
    • Update Rank on Erase
  • B+ Tree Testing and Validation
  • VM-Image

FS does not find fuse.h on OS X (installed with brew)

after installing fuse with:

brew install Caskroom/cask/osxfuse
mbpmarkus:CppCodeBase markus$ make
mkdir -p build
cc -std=c++1z -fno-exceptions -fno-stack-protector -fno-use-cxa-atexit -fvisibility=hidden -Wall -o build/SymatemBp Targets/Bp.cpp
cc -std=c++1z -fno-exceptions -fno-stack-protector -fno-use-cxa-atexit -fvisibility=hidden -Wall -o build/SymatemHRL Targets/HRL.cpp
cc -std=c++1z -fno-exceptions -fno-stack-protector -fno-use-cxa-atexit -fvisibility=hidden -Wall -I/include -L/usr/local/lib -losxfuse -D_FILE_OFFSET_BITS=64 -o build/SymatemFS Targets/FS.cpp
Targets/FS.cpp:3:10: fatal error: 'fuse.h' file not found
#include <fuse.h>
         ^
1 error generated.

where does $(FUSE_LIB) point to ?

Remove setjmp/longjmp

Find an alternative for the use of setjmp.h in Interpreter/Thread.hpp
This will also unblock WebAssembly compilation.

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.