View Issue Details

IDProjectCategoryView StatusLast Update
0004963JEDI Code LibraryJclContainerIntfpublic2010-08-02 21:57
ReportertdtappeAssigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product VersionVersion 2.1 
Target VersionFixed in Version 
Summary0004963: Add string->integer hashmaps
DescriptionI recently wanted to speed up lookups in a string list (params of a quite large query) by caching the index of the strings. And I was suprised by not finding any hashmap that lets me map a string to an integer value.
It would be nice to see this in a future version of the JCL
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision
IDE versionBDS 2006

Relationships

related to 0005316 new Add String - Variant HashMap 

Activities

outchy

2009-10-03 12:16

administrator   ~0016223

The JCL cannot provide maps for any couple of types.
We planned a design-time expert to automatically generate such custom containers but unfortunately this would require a lot of time. Anyway JCL containers are generated from prototypes, you can view the template files in jcl/source/prototypes and create your own ones.

tdtappe

2009-10-05 07:55

reporter   ~0016765

OK, I see. I was just a bit surprise to not find this "basic" combination.
But of course I can build my own maps. Thanks for the hint.

outchy

2010-08-02 21:57

administrator   ~0017546

The first step for this feature request is committed in revision 3273. The JCL containers are now fully generated from templates (except hashmaps and sortedmaps). I still have some coding to do on this area.

Issue History

Date Modified Username Field Change
2009-09-30 10:14 tdtappe New Issue
2009-09-30 10:14 tdtappe IDE version => BDS 2006
2009-10-03 12:16 outchy Note Added: 0016223
2009-10-05 07:55 tdtappe Note Added: 0016765
2010-08-02 21:57 outchy Note Added: 0017546
2010-08-31 20:51 outchy Relationship added related to 0005316