DelphiTools

DWS, Profiler and other Pascal tools

Menu
Skip to content
  • Home
  • FocusFusion
    • Overview
    • Changelog
    • Download from store
  • Sampling Profiler
    • Overview
    • Changelog & Downloads
    • Tips & News
    • Mini-Guide
  • Dev Tools
    • MapFileStats – Delphi MAP file statistics
    • ZJDBGPack
  • DWScript
    • Overview
    • Tips & News
    • DWScript at BitBucket
    • DWScript Downloads
    • Showcase
  • Android
    • glInfo for Android OpenGL info
    • Départements Français
    • Nickel Iron
  • iOS
    • Nickel Iron
  • HTML5
    • L-System Fiddle
    • Nickel Iron
    • WarTrail
  • Links

Author Archives: Eric Grange

DWScript moving to BitBucket

9 comments
March 18, 2015 in Uncategorized.

bitbucketWith the closing of Google Code, I will be moving my projects, a priori to BitBucket.
The new URL is https://bitbucket.org/egrange/dwscript

If you have Issues in the Google Code Issue Tracker that matter to you, please copy-paste them to the BitBucket Issue Tracker.

(more…)

Long strings: Hash vs Sorted vs Unsorted

11 comments
March 17, 2015 in Tips.

Hash, IndexOf, Lookup, Performance, Search, Sorted, Stringlong_randomlong_stringsAs a followup to the previous String Lookup: Hash, Sorted or Unsorted here is a look at what happens for longer strings.

When the string you’re searching have more than a dozen characters, and you only have a few hundreds of them, a clear winner emerges.

(more…)

String Lookup: Hash, Sorted or Unsorted ?

7 comments
March 16, 2015 in Tips.

StringLookupShowdownWhen looking up a string, what is the fastest strategy?
A hash map, a sorted list or an unsorted list?

Of course it depends on how many strings you have, but where are the cutoff points?
Here is a quick test, and an interesting tidbit is uncovered…
(more…)

Optimistic Case-Insensitive String Hash

2 comments
February 7, 2015 in Tips.

clockworkA trivial way to turn a case-sensitive String hash function into a case-insensitive one is to to pass a lower-case (or upper-case) version of the String.

However, in our days of Unicode strings, this is not innocuous…

(more…)

DWS Web Server update

Comments off
October 15, 2014 in News.

A new version 2014.10.15 of the DWS Web Server dws web serveris available.

This version contains a variety of improvements and fixes, along with a new sample for JS libraries.

(more…)

DWS WebServer with JavaScript CodeGen

6 comments
October 13, 2014 in News.

dws web serverThe pre-compiled 2014.10.13 version of the DWScript WebServer is now available!

This version includes the Pascal to JavaScript CodeGen!

(more…)

DWScript news and sneak peek

4 comments
October 8, 2014 in News.

dwsBelow is a quick summary of changes in the SVN since the last post.

There is also a mini-sneak peek of things to come!

(more…)

Operator precedence changes

5 comments
September 2, 2014 in Uncategorized.

dwsHere is a summary of recent DWScript changes, the major one is a change in operator precedence to something similar to Delphi and FreePascal.

Other changes are related to sets and bug fixes.

(more…)

String Hashing Shootout

10 comments
August 25, 2014 in Tips.

gearsFollowing a recent post by A. Bouchez about an optimized CRC32 hash, I took it as an opportunity to re-run a small String Hashing Shootout on the worst hash function collision torture test I know: ZIP codes in UTF-16 (Delphi’s default String format).

(more…)

DWScript happenings and new logo

9 comments
August 11, 2014 in News.

Long time, no post here, but not no happenings on the DWScript front 🙂

Behold a “cleaned up old logo” for DWScript, which will replace the old one until a better one is made

dws

(more…)

Post navigation

← Older posts
Newer posts →

Archives

Smart Mobile Studio

Smart Programmer

BeginEnd.net

Torry's

DelphiPages

Tags

asm beginend Bottleneck cefHtmlSnapshot Command Compiler CPU Debug Delphi Delphi 11 Download DWS DWScript FastMM FireMonkey Fractals FreePascal GLScene Hash IDE JavaScript JIT Mandelbrot MAP MapFileStats Multithreading OP4JS Optimization Performance Poll Profiler Real-time RTTI SamplingProfiler Site SmartMS String SynEdit Templates Tips TMonitor Tools Unicode WebServer WordPress

Meta

  • Site Admin
  • Entries / Comments RSS
  • WordPress.org
  • Cookie Policy