All Projects → beltoforion → muparsersse

beltoforion / muparsersse

Licence: other
muparsersse a math parser for windows using just in time compilations of the expression

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to muparsersse

muparserx
A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
Stars: ✭ 102 (+628.57%)
Mutual labels:  mathematics, math-parser, math-parser-library
samp-plugin-jit
JIT plugin for SA-MP server (JIT compiler for Pawn 3.2)
Stars: ✭ 52 (+271.43%)
Mutual labels:  jit, asmjit
cult
CPU Ultimate Latency Test.
Stars: ✭ 67 (+378.57%)
Mutual labels:  jit, asmjit
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-7.14%)
Mutual labels:  mathematics, math-parser
Asmjit
Machine code generation for C++
Stars: ✭ 2,874 (+20428.57%)
Mutual labels:  jit, asmjit
Monohook
hook C# method at runtime without modify dll file (such as UnityEditor.dll)
Stars: ✭ 348 (+2385.71%)
Mutual labels:  dll, jit
Beebjit
A very fast BBC Micro emulator.
Stars: ✭ 81 (+478.57%)
Mutual labels:  fast, jit
Nonblocking
Implementation of a lock-free dictionary on .Net.
Stars: ✭ 237 (+1592.86%)
Mutual labels:  fast
mini-async-log-c
Mini async log C port. Now with C++ wrappers.
Stars: ✭ 69 (+392.86%)
Mutual labels:  fast
Bombardier
Fast cross-platform HTTP benchmarking tool written in Go
Stars: ✭ 2,952 (+20985.71%)
Mutual labels:  fast
Ataraxia
Simple and lightweight source-based multi-platform Linux distribution with musl libc.
Stars: ✭ 226 (+1514.29%)
Mutual labels:  fast
Router
Router implementation for fasthttp
Stars: ✭ 234 (+1571.43%)
Mutual labels:  fast
docker-swoole-webapp
Simple Docker-image to build your applications based on Async PHP extensions.
Stars: ✭ 26 (+85.71%)
Mutual labels:  fast
Kernel-dll-injector
Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module
Stars: ✭ 256 (+1728.57%)
Mutual labels:  dll
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (+1714.29%)
Mutual labels:  fast
Csv
[DEPRECATED] See https://github.com/p-ranav/csv2
Stars: ✭ 237 (+1592.86%)
Mutual labels:  fast
PyGLM
Fast OpenGL Mathematics (GLM) for Python
Stars: ✭ 167 (+1092.86%)
Mutual labels:  fast
Grab
experimental and very fast implementation of a grep
Stars: ✭ 230 (+1542.86%)
Mutual labels:  fast
Geokdbush
The fastest spatial index for geographic locations in JavaScript
Stars: ✭ 251 (+1692.86%)
Mutual labels:  fast
Signals.jl
Multi-Paradigm Dynamic Fast Functional Reactive Programming in Julia
Stars: ✭ 37 (+164.29%)
Mutual labels:  fast
             __________                                   _________ ____________________
  _____  __ _\______   \_____ _______  ______ ___________/   _____//   _____/\_   _____/
 /     \|  |  \     ___/\__  \\_  __ \/  ___// __ \_  __ \_____  \ \_____  \  |    __)_ 
|  Y Y  \  |  /    |     / __ \|  | \/\___ \\  ___/|  | \/        \/        \ |        \
|__|_|  /____/|____|    (____  /__|  /____  >\___  >__| /_______  /_______  //_______  /
      \/                     \/           \/     \/             \/        \/         \/ 

  Copyright (C) 2011
  Ingo Berg


This is a version of muparser for floating point data based on the asmjit just 
in time compiler. Its performance is significantly better than the original muparser
due to using just in time expression compilation.



Revision History:
-----------------
V1.0.5
- Migrated to VS2013
- switched to UNICODE

V1.0.3
- if-then-else operator added

V1.0.2
- added "&&" and "||" operators

V1.0.0
- Initial Release




Licence:
--------

This software is published under the terms of the MIT Licence:

  Permission is hereby granted, free of charge, to any person obtaining a copy of this 
  software and associated documentation files (the "Software"), to deal in the Software
  without restriction, including without limitation the rights to use, copy, modify, 
  merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 
  permit persons to whom the Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all copies or 
  substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
  NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
  DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
  OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].