Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

GLSL Optimizer

Compare

  Analyzed 1 day ago

A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant folding, constant propagation, arithmetic optimizations and so on. Quite a few mobile platforms are weak ... [More] at optimizing GLSL shaders; and unfortunately they also lack offline shader compilers. So using a GLSL optimizer offline before can make the shader run much faster on a platform like that. Almost all actual code is Mesa 3D's GLSL2 compiler; all this library does is spits out optimized GLSL back. [Less]

64.6K lines of code

1 current contributors

about 5 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

SVGCleaner

Compare

  Analyzed 1 day ago

Batch, tunable, crossplatform SVG cleaning program

9.97K lines of code

0 current contributors

almost 4 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Zend OPcache

Compare

  Analyzed 1 day ago

The Zend OPcache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few ... [More] bytecode optimization patterns that make code execution faster. [Less]

10.5K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

imageTweak_wb

Compare

  Analyzed about 19 hours ago

imageTweak optimize images on the fly while delivering your website to browsers, generate image galleries, easy use of FancyBox etc. An add-on for WebsiteBaker and LEPTON CMS.

2.7K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

kfImageTweak

Compare

  Analyzed 1 day ago

Optimize all images of your Website on the fly, reduce the traffic and impove the performance

829 lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

zopfli

Compare

  Analyzed 1 day ago

Zopfli Compression Algorithm

10.7K lines of code

2 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: No declared licenses

RaptorJS - A Modular JavaScript Toolset

Compare

  Analyzed about 6 hours ago

RaptorJS ia a modular JavaScript Toolset from eBay. It is designed to work alongside existing JavaScript libraries—not replace them. Since it's a toolset and not a framework, feel free to use only what you need.

83.5K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

pngzop

Compare

  Analyzed about 10 hours ago

Tools for experimenting with the Google zopfli compression code with the possibility of interfacing it with pngcrush

390 lines of code

0 current contributors

almost 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

DiskFit

Compare

  Analyzed about 9 hours ago

Simple disk fit calculator This crude tool calculates the optimal file selection to a given target size. It is originally developed to optimize the use of capacity of a DVD after transcoding MP4 movie files. It offers two presets for a single layer DVD (4.38 GByte) and a CD (700 Mbyte) as ... [More] well as the ability to give any target size in either Bytes, KBytes, MBytes and GBytes. It outputs in ascending order all combinations of files which will fit within the target size. [Less]

665 lines of code

1 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

MySQL Tuning Primer Script

Compare

  No analysis available

This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." to produce sane recomendations for tuning server variables. It is compatable with all versions of MySQL 3.23 and higher (including 5.1). Currently it handles recomendations for the following: # Slow Query Log ... [More] # Max Connections # Worker Threads # Key Buffer # Query Cache # Sort Buffer # Joins # Temp Tables # Table (Open & Definition) Cache # Table Locking # Table Scans (read_buffer) # Innodb Status [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl